mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-09 04:40:35 -04:00
another tinyxml2 thing
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ninja-build
|
||||
sudo apt-get remove -y cmake libtimyxml2-dev
|
||||
sudo apt-get remove -y cmake
|
||||
git -C libultraship remote add nx https://github.com/Net64DD/libultraship.git
|
||||
git -C libultraship fetch nx
|
||||
git -C libultraship checkout nx/main-nx
|
||||
@@ -68,12 +68,12 @@ jobs:
|
||||
wget https://github.com/leethomason/tinyxml2/archive/refs/tags/10.0.0.tar.gz
|
||||
tar -xzf 10.0.0.tar.gz
|
||||
cd tinyxml2-10.0.0
|
||||
mkdir -p build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake -H.. -B. -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake
|
||||
make
|
||||
sudo make install
|
||||
cd ..
|
||||
cd ../..
|
||||
cmake -H. -Bbuild-switch -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake
|
||||
cmake --build build-switch --config Release -j3
|
||||
wget -O gamecontrollerdb.txt https://raw.githubusercontent.com/mdqinc/SDL_GameControllerDB/master/gamecontrollerdb.txt
|
||||
|
||||
Reference in New Issue
Block a user