Merge pull request #2076 from fewtarius/dev

Fix build issue with mupen64plus-sa-simplecore.
This commit is contained in:
fewtarius 2023-09-17 09:32:56 -04:00 committed by GitHub
commit a6706d639d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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