mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:51:42 +03:00
OS X framework: fix invalid symbolic link
This commit is contained in:
parent
01a2abedd7
commit
992bee504d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue