8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c27ac9 commit 98a66daCopy full SHA for 98a66da
recipes/audiostream/recipe.sh
@@ -26,7 +26,6 @@ function build_audiostream() {
26
export JNI_PATH=$JNI_PATH
27
export CFLAGS="$CFLAGS -I$JNI_PATH/sdl/include -I$JNI_PATH/sdl_mixer/"
28
export LDFLAGS="$LDFLAGS -lm -L$LIBS_PATH"
29
- export AUDIOSTREAM_ROOT="$BUILD_audiostream/build/audiostream/armeabi-v7a"
30
try cd $BUILD_audiostream
31
$HOSTPYTHON setup.py build_ext &>/dev/null
32
try find . -iname '*.pyx' -exec $CYTHON {} \;
recipes/pyparsing/recipe.sh
@@ -22,7 +22,6 @@ function shouldbuild_pyparsing() {
22
function build_pyparsing() {
23
cd $BUILD_pyparsing
24
push_arm
25
- export EXTRA_CFLAGS="--host linux-armv"
try $HOSTPYTHON setup.py install -O2
pop_arm
}
0 commit comments