Skip to content

removed reference to ARM from audiostream and pyparsing recipes #315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion recipes/audiostream/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function build_audiostream() {
export JNI_PATH=$JNI_PATH
export CFLAGS="$CFLAGS -I$JNI_PATH/sdl/include -I$JNI_PATH/sdl_mixer/"
export LDFLAGS="$LDFLAGS -lm -L$LIBS_PATH"
export AUDIOSTREAM_ROOT="$BUILD_audiostream/build/audiostream/armeabi-v7a"
try cd $BUILD_audiostream
$HOSTPYTHON setup.py build_ext &>/dev/null
try find . -iname '*.pyx' -exec $CYTHON {} \;
Expand Down
1 change: 0 additions & 1 deletion recipes/pyparsing/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function shouldbuild_pyparsing() {
function build_pyparsing() {
cd $BUILD_pyparsing
push_arm
export EXTRA_CFLAGS="--host linux-armv"
try $HOSTPYTHON setup.py install -O2
pop_arm
}
Expand Down