summaryrefslogtreecommitdiff
path: root/MacOSX-Framework
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-22 16:51:25 +0000
committerng0 <ng0@infotropique.org>2017-08-22 16:51:25 +0000
commitf4d37b67cd05454ef3ec4e5239acef51bfa26aac (patch)
treec0e93a6629c695a3d8ac5875b66a665440029691 /MacOSX-Framework
parent99cd5603a157191c4593f61b16ee381d712e83f0 (diff)
downloadgnurl-f4d37b67cd05454ef3ec4e5239acef51bfa26aac.tar.gz
gnurl-f4d37b67cd05454ef3ec4e5239acef51bfa26aac.tar.bz2
gnurl-f4d37b67cd05454ef3ec4e5239acef51bfa26aac.zip
gnurl: Rewrite some more references to /usr/include/curl.
Signed-off-by: ng0 <ng0@infotropique.org>
Diffstat (limited to 'MacOSX-Framework')
-rwxr-xr-xMacOSX-Framework4
1 files changed, 2 insertions, 2 deletions
diff --git a/MacOSX-Framework b/MacOSX-Framework
index e6badcde5..c0f91e6b9 100755
--- a/MacOSX-Framework
+++ b/MacOSX-Framework
@@ -19,7 +19,7 @@ PPC_NEEDED=0
#desire compatibility with older versions then change USE_OLD to 1 :)
USE_OLD=0
-VERSION=`/usr/bin/sed -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' include/curl/curlver.h`
+VERSION=`/usr/bin/sed -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' include/gnurl/curlver.h`
FRAMEWORK_VERSION=Versions/Release-$VERSION
#I also wanted to "copy over" the system, and thus the reason I added the
@@ -97,7 +97,7 @@ if test ! -z $SDK32; then
install_name_tool -id @rpath/libcurl.framework/${FRAMEWORK_VERSION}/libcurl libcurl.framework/${FRAMEWORK_VERSION}/libcurl
/usr/bin/sed -e "s/7\.12\.3/$VERSION/" lib/libcurl.plist >libcurl.framework/${FRAMEWORK_VERSION}/Resources/Info.plist
mkdir -p libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl
- cp include/curl/*.h libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl
+ cp include/gnurl/*.h libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl
pushd libcurl.framework
ln -fs ${FRAMEWORK_VERSION}/libcurl libcurl
ln -fs ${FRAMEWORK_VERSION}/Resources Resources