From 3b85a57146266912a8fae28bba6eec4dde4b6010 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 15 May 2011 19:16:09 +0200 Subject: moved static libs out of main source tree to reduce git snapshots size --- scripts/portable_extraplugs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3