summaryrefslogtreecommitdiff
path: root/MacOSX-Framework
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-05-22 09:05:10 +0200
committerng0 <ng0@infotropique.org>2017-08-22 15:27:05 +0000
commitb7016c74c7a217bb31fc31a20c035b72894acae0 (patch)
tree6b11e42b349e64bffcada2dd9024f9f4b0134008 /MacOSX-Framework
parentfe0a98ede83106b0b6e8fec8a9f5288a26d6b38e (diff)
downloadgnurl-b7016c74c7a217bb31fc31a20c035b72894acae0.tar.gz
gnurl-b7016c74c7a217bb31fc31a20c035b72894acae0.tar.bz2
gnurl-b7016c74c7a217bb31fc31a20c035b72894acae0.zip
includes: remove curl/curlbuild.h and curl/curlrules.h
Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456
Diffstat (limited to 'MacOSX-Framework')
-rwxr-xr-xMacOSX-Framework9
1 files changed, 0 insertions, 9 deletions
diff --git a/MacOSX-Framework b/MacOSX-Framework
index 19b338f1d..e6badcde5 100755
--- a/MacOSX-Framework
+++ b/MacOSX-Framework
@@ -126,15 +126,6 @@ if test ! -z $SDK32; then
pwd
lipo libcurl.framework/${FRAMEWORK_VERSION}/libcurl32 libcurl.framework/${FRAMEWORK_VERSION}/libcurl64 -create -output libcurl.framework/${FRAMEWORK_VERSION}/libcurl
rm libcurl.framework/${FRAMEWORK_VERSION}/libcurl32 libcurl.framework/${FRAMEWORK_VERSION}/libcurl64
- cp libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl/curlbuild.h libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl/curlbuild32.h
- cp include/curl/curlbuild.h libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl/curlbuild64.h
- cat >libcurl.framework/${FRAMEWORK_VERSION}/Headers/curl/curlbuild.h <<EOF
-#ifdef __LP64__
-#include "curl/curlbuild64.h"
-#else
-#include "curl/curlbuild32.h"
-#endif
-EOF
fi
pwd