From 4d20657f114f0a5973bbbb1c0d23c885208682ca Mon Sep 17 00:00:00 2001 From: "Tony J. White" Date: Tue, 1 Dec 2009 19:02:27 +0000 Subject: * change ioq3-related path in mac build script --- make-macosx-ub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh index e3018849..4f0031bb 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -166,5 +166,5 @@ echo " lipo -create -o $DESTDIR/$APPBUNDLE/Contents/MacOS/$BINARY $BIN_OBJ lipo -create -o $DESTDIR/$APPBUNDLE/Contents/MacOS/$DEDBIN $BIN_DEDOBJ cp $BASE_OBJ $DESTDIR/$APPBUNDLE/Contents/MacOS/$BASEDIR/ -cp code/libs/macosx/*.dylib $DESTDIR/$APPBUNDLE/Contents/MacOS/ +cp src/libs/macosx/*.dylib $DESTDIR/$APPBUNDLE/Contents/MacOS/ -- cgit