dirty patch

This commit is contained in:
NishiOwO 2025-03-29 16:34:44 +09:00
parent 0abd3d690b
commit 30f1208ffb
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -31,7 +31,7 @@ jobs:
- name: Get and extract ODE
run: wget https://sourceforge.net/projects/opende/files/ODE/0.13/ode-0.13.tar.gz/download -O - | tar xvzf -
- name: Build ODE
run: cd ode-0.13 && ./configure --host=i686-w64-mingw32 --prefix=/ --disable-demos --without-drawstuff --enable-shared && make -j4
run: cd ode-0.13 && ./configure --host=i686-w64-mingw32 --prefix=/ --disable-demos --without-drawstuff --enable-shared LDFLAGS="-static-libgcc -static-libstdc++" && sed -i "s/-lstdc++//g" ode/Makefile && make -j4
- name: Install ODE
run: make -C ode-0.13 install DESTDIR=`pwd`/deps
- name: Get Pawn