mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Need to use the C++ compiler.
This commit is contained in:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -40,5 +40,5 @@ jobs:
|
||||
pacman -S --noconfirm --needed make ninja mingw-w64-i686-libusb mingw-w64-i686-sqlite3 mingw-w64-i686-zlib mingw-w64-cross-gcc zip
|
||||
- name: build
|
||||
run: |
|
||||
make CXX=/opt/bin/i686-w64-mingw32-gcc.exe AR="/opt/bin/i686-w64-mingw32-ar.exe rcs"
|
||||
make CXX=/opt/bin/i686-w64-mingw32-g++.exe AR="/opt/bin/i686-w64-mingw32-ar.exe rcs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user