diff options
author | Socapex <philippe_groarke@yahoo.ca> | 2013-04-26 15:42:29 -0400 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-27 23:35:55 +0300 |
commit | e7781a4b5bea7d635ff084b4bd1354e4293cbd20 (patch) | |
tree | 7eac836014bb85e1e08d9100f4d7af33c334a93e /Xcode/libs/libs-change.sh | |
parent | 31629889d81e4500f0e951dbb86cf813f2944862 (diff) | |
download | plus-e7781a4b5bea7d635ff084b4bd1354e4293cbd20.tar.gz plus-e7781a4b5bea7d635ff084b4bd1354e4293cbd20.tar.bz2 plus-e7781a4b5bea7d635ff084b4bd1354e4293cbd20.tar.xz plus-e7781a4b5bea7d635ff084b4bd1354e4293cbd20.zip |
Converted all libraries to static
Diffstat (limited to 'Xcode/libs/libs-change.sh')
-rwxr-xr-x | Xcode/libs/libs-change.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Xcode/libs/libs-change.sh b/Xcode/libs/libs-change.sh deleted file mode 100755 index 1a214d307..000000000 --- a/Xcode/libs/libs-change.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -x - -#uncomment to get list of files -# for i in *.dylib -# do -# echo -change /opt/local/lib/$i @executable_path/../SharedSupport/$i -# done > changes - - -for i in *.dylib -do -install_name_tool `cat changes` $i -done |