curl-library
Mac OS X universal curl linked to libcurl.framework
From: Nir Soffer <nirs_at_freeshell.org>
Date: Fri, 20 Oct 2006 03:53:49 +0200
Received on 2006-10-20
Date: Fri, 20 Oct 2006 03:53:49 +0200
Because of a bug in the curl 7.13 shipped with Mac OS X 10.4, I need
to ship my own curl with my app.
Attached a make file that create a universal build of curl, linked to
libcurl.framework. The executable can be in an application bundle
MacOS or Resources directory, and libcurl.framework in the Frameworks
directory.
Notes:
- It will run only on 10.4 (I don't need to support 10.3)
- It is tested only for the specific use case I need in my app
- It could be probably done better
Best Regards,
Nir Soffer
- application/octet-stream attachment: universal-framework.make