Skip to content

Commit

Permalink
Minor changes to bundle fixup script
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 6, 2017
1 parent bac25d6 commit 79f9010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/xcode/package_bundle.sh
@@ -1,4 +1,4 @@
# This script takes copies the .dylib files DarkRadiant is depending on to the bundle's MacOS folder.
# This script copies the .dylib files DarkRadiant is depending on to the bundle's MacOS folder.
# Secondly, it's fixing up the dylib references in all the binaries recursively, replacing
# the hardcoded /opt/local/* paths with @executable_path, making use of otool and install_name_tool

Expand Down Expand Up @@ -102,8 +102,8 @@ done

echo Patching Main Executable $APP

pwd
otool -L $APP
#pwd
#otool -L $APP

# Replace the 3.0 version references with 3.0.0 ones
fileRegex=(\(libwx_[A-Za-z_]+-\)\([0-9]\.[0-9]\)\.dylib)
Expand Down

0 comments on commit 79f9010

Please sign in to comment.