diff options
author | Renaud Guillard <dev@nore.fr> | 2013-05-09 17:31:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-05-09 21:51:35 +0200 |
commit | 992bee504dce7605ebe424dcecf167e9cffeaee7 (patch) | |
tree | d7fd6c4ef599f66ab5c154c7c07d922651924dcc /MacOSX-Framework | |
parent | 01a2abedd7e3a2075de70979003302313570c58c (diff) | |
download | curl-992bee504dce7605ebe424dcecf167e9cffeaee7.tar.gz |
OS X framework: fix invalid symbolic link
Diffstat (limited to 'MacOSX-Framework')
-rwxr-xr-x | MacOSX-Framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MacOSX-Framework b/MacOSX-Framework index 4b2c1789e..9863b78ee 100755 --- a/MacOSX-Framework +++ b/MacOSX-Framework @@ -103,7 +103,7 @@ if test ! -z $SDK32; then ln -fs ${FRAMEWORK_VERSION}/Resources Resources ln -fs ${FRAMEWORK_VERSION}/Headers Headers cd Versions - ln -fs ${FRAMEWORK_VERSION} Current + ln -fs $(basename "${FRAMEWORK_VERSION}") Current echo Testing for SDK64 if test -d $SDK64_DIR; then |