summaryrefslogtreecommitdiff
path: root/libcurl/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-02 22:23:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-05 12:35:05 +0300
commitf72396d66db171e0192fb43cb58d854e79d0f891 (patch)
tree6fe1e3143b9adf5b66c06ddac460af039db27fb8 /libcurl/README-DEV
parent48c4de759d2b2c54da0b2b879baa1e2cf6d0c881 (diff)
Auto-generate libcurl.expsym on MacOSgen-expsym
Diffstat (limited to 'libcurl/README-DEV')
-rw-r--r--libcurl/README-DEV4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcurl/README-DEV b/libcurl/README-DEV
index 623a560..d4e099d 100644
--- a/libcurl/README-DEV
+++ b/libcurl/README-DEV
@@ -13,10 +13,6 @@ Some macro values cannot be easily determined at the preprocessing time. We
define them based on the supported platform tests and add libcurl/assert.c,
containing compile-time assertions for the macros in question.
-Copy the upstream's libtool-generated for MacOS libcurl-symbols.expsym file
-and comment out (with #) the _curl_jmpenv symbol in it since it causes the
-'cannot export hidden symbol' linked warning on MacOS.
-
Note that re-creating libcurl/curl_config.h from scratch every time we upgrade
to a new upstream version would be a real pain. Instead we can only (un)define
the newly introduced macros, comparing the already defined and currently used