diff options
author | Tony J. White <tjw@tjw.org> | 2009-12-01 19:02:27 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:23 +0000 |
commit | 4d20657f114f0a5973bbbb1c0d23c885208682ca (patch) | |
tree | f317609f10b061cb91f94da1eee548b4eb491095 | |
parent | 63db6b40eb5eda31716a2a7325bfedd762d769a1 (diff) |
* change ioq3-related path in mac build script
-rwxr-xr-x | make-macosx-ub.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |