summaryrefslogtreecommitdiff
path: root/scripts/portable_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/portable_build.sh')
-rwxr-xr-xscripts/portable_build.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/portable_build.sh b/scripts/portable_build.sh
index 45218e31..f3fcbbf0 100755
--- a/scripts/portable_build.sh
+++ b/scripts/portable_build.sh
@@ -12,16 +12,7 @@ sed -i 's/-lstdc++ -lm -lgcc_s -lc -lgcc_s/-lm -lc/g' libtool
make clean
make -j9
-ZLIB_LIBS="$ORIGIN/lib-x86-32/libz.a"
-CFLAGS="-I$ORIGIN/lib-x86-32/include"
-
-for i in shn dumb ao ; do
- echo cd
- cd $ORIGIN/plugins/$i
- make clean
- echo making $ORIGIN/plugins/$i
- make -j8 STATIC_CFLAGS="$CFLAGS" CC=$CC CXX=$CXX ZLIB_LIBS=$ZLIB_LIBS
-done
+./scrips/portable_extraplugs.sh
cd $ORIGIN