We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90457a9 commit 192d48eCopy full SHA for 192d48e
configure.ac
@@ -217,6 +217,11 @@ AS_IF([test "$platform" = "windows"], [
217
AX_APPEND_COMPILE_FLAGS([-Wno-pedantic-ms-format])
218
])
219
220
+# macOS specific compiler options.
221
+AS_IF([test "$platform" = "mac"], [
222
+ LDFLAGS="-not_for_dyld_shared_cache $LDFLAGS"
223
+])
224
+
225
# Versioning.
226
AC_SUBST([DC_VERSION],[dc_version])
227
AC_SUBST([DC_VERSION_MAJOR],[dc_version_major])
0 commit comments