diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/open-axiom.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 92c510a0..f8e632f9 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -513,7 +513,7 @@ eval shared_ext=\"$shrext_cmds\" case $host in *mingw*|*cygwin*) oa_shrobj_flags='-prefer-pic' - oa_shrlib_flags="-shared --export-all-symbols" + oa_shrlib_flags="-shared -Wl,--export-all-symbols" ;; *darwin*) oa_shrobj_flags='-dynamic' |