Skip to content

Commit 98a66da

Browse files
committed
removed reference to ARM from audiostream/pyparsing
pyparsing is pure python, and AUDIOSTREAM_ROOT is not used anywhere. The audiostream module builds both in arm and x86 without setting the envvar.
1 parent 6c27ac9 commit 98a66da

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

recipes/audiostream/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function build_audiostream() {
2626
export JNI_PATH=$JNI_PATH
2727
export CFLAGS="$CFLAGS -I$JNI_PATH/sdl/include -I$JNI_PATH/sdl_mixer/"
2828
export LDFLAGS="$LDFLAGS -lm -L$LIBS_PATH"
29-
export AUDIOSTREAM_ROOT="$BUILD_audiostream/build/audiostream/armeabi-v7a"
3029
try cd $BUILD_audiostream
3130
$HOSTPYTHON setup.py build_ext &>/dev/null
3231
try find . -iname '*.pyx' -exec $CYTHON {} \;

recipes/pyparsing/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function shouldbuild_pyparsing() {
2222
function build_pyparsing() {
2323
cd $BUILD_pyparsing
2424
push_arm
25-
export EXTRA_CFLAGS="--host linux-armv"
2625
try $HOSTPYTHON setup.py install -O2
2726
pop_arm
2827
}

0 commit comments

Comments
 (0)