From: DRC Date: Tue, 23 Feb 2010 10:39:07 +0000 (+0000) Subject: Oops. Didn't mean to commit the debug statement X-Git-Tag: 0.0.90~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=252dbc9fada064b6badfb4b6dd26896f0b6a3991;p=libjpeg-turbo Oops. Didn't mean to commit the debug statement git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@144 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/release/makemacpkg b/release/makemacpkg index 567933a..1a01ebc 100644 --- a/release/makemacpkg +++ b/release/makemacpkg @@ -61,7 +61,6 @@ if [ $UNIVERSAL = 1 ]; then LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32' make prefix=$TMPDIR/dist.x86 install popd - ls -l $TMPDIR/dist.x86/lib if [ ! -h $TMPDIR/dist.x86/lib/libjpeg.62.dylib -a \ ! -h $PKGROOT/opt/$PACKAGE_NAME/lib/libjpeg.62.dylib ]; then lipo -create -arch i386 $TMPDIR/dist.x86/lib/libjpeg.62.dylib -arch x86_64 \