mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Getting there. More path adjustment.
This commit is contained in:
5
.github/workflows/ccpp.yml
vendored
5
.github/workflows/ccpp.yml
vendored
@@ -38,10 +38,7 @@ jobs:
|
||||
- name: pacman
|
||||
run: |
|
||||
pacman -S --noconfirm --needed make ninja mingw-w64-i686-libusb mingw-w64-i686-sqlite3 mingw-w64-i686-zlib mingw-w64-cross-gcc zip
|
||||
- name: ls
|
||||
run: |
|
||||
ls /opt/bin
|
||||
- name: build
|
||||
run: |
|
||||
make CXX=/opt/bin/i686-w64-mingw32-gcc.exe CFLAGS="-I/mingw32/include" LDFLAGS="-L/mingw32/lib"
|
||||
make CXX=/opt/bin/i686-w64-mingw32-gcc.exe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user