summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-15 19:16:09 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-15 19:16:09 +0200
commit3b85a57146266912a8fae28bba6eec4dde4b6010 (patch)
tree9dbf5fffb04db5a4836f17212ac7d0b54bb29808 /scripts
parent85e6d2cd31fbd6be692f4f6b3ff24ac85e67e561 (diff)
moved static libs out of main source tree to reduce git snapshots size
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/portable_extraplugs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/portable_extraplugs.sh b/scripts/portable_extraplugs.sh
index 2c6868a6..982ec15d 100755
--- a/scripts/portable_extraplugs.sh
+++ b/scripts/portable_extraplugs.sh
@@ -6,8 +6,8 @@ export CC=$AP/apbuild/apgcc
export CXX=$AP/apbuild/apgcc
export APBUILD_STATIC_LIBGCC=1
-ZLIB_LIBS="$ORIGIN/lib-x86-32/lib/libz.a"
-CFLAGS="-I$ORIGIN/lib-x86-32/include"
+ZLIB_LIBS="$ORIGIN/../deadbeef-deps/lib-x86-32/lib/libz.a"
+CFLAGS="-I$ORIGIN/../deadbeef-deps/lib-x86-32/include"
for i in shn dumb ao ; do
echo cd