mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-31 16:17:35 -04:00
fix some compilation issue (#511)
* fix some compilation issue * Update CMakeLists.txt * remove lto for apple in debug, because apple
This commit is contained in:
@@ -373,7 +373,7 @@ jobs:
|
||||
make
|
||||
sudo make install
|
||||
cd ../..
|
||||
# cmake -H. -Bbuild-switch -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake -DCMAKE_BUILD_TYPE=${{ matrix.config }}
|
||||
cmake -H. -Bbuild-switch -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake -DCMAKE_BUILD_TYPE=${{ matrix.config }}
|
||||
cmake --build build-switch --config ${{ matrix.config }} -j3
|
||||
wget -O gamecontrollerdb.txt https://raw.githubusercontent.com/mdqinc/SDL_GameControllerDB/master/gamecontrollerdb.txt
|
||||
mv README.md readme.txt
|
||||
|
||||
Reference in New Issue
Block a user