We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7556e3f commit 81d34c5Copy full SHA for 81d34c5
scripts/pygame_sdl2-static.sh
@@ -49,7 +49,9 @@ PYGAME_SDL2_ROOT=$ROOT/pygame_sdl2
49
-b emscripten-static/build-lib -t emscripten-static/build-temp \
50
build \
51
install -O2 --root $INSTALLDIR --prefix ''
52
- $CROSSPYTHON setup.py install_headers
+ PYGAME_SDL2_CFLAGS='' PYGAME_SDL2_LDFLAGS='' \
53
+ $CROSSPYTHON \
54
+ setup.py install_headers
55
56
rm -f $INSTALLDIR/lib/python2.7/site-packages/pygame_sdl2/*.so
57
)
0 commit comments