mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
dirty patch
This commit is contained in:
parent
0abd3d690b
commit
30f1208ffb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user