Merge pull request #2076 from fewtarius/dev
Fix build issue with mupen64plus-sa-simplecore.
This commit is contained in:
commit
a6706d639d
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ make_target() {
|
|||
export SDL_LDLIBS="-lSDL2_net -lSDL2"
|
||||
export CROSS_COMPILE="${TARGET_PREFIX}"
|
||||
cd ${PKG_BUILD}
|
||||
sed -i 's~<SDL_net.h>~<SDL2/SDL_net.h>~g' src/main/netplay.c
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
|
|
Loading…
Reference in a new issue