Commit f371b871 authored by Felix Paul Kühne's avatar Felix Paul Kühne

compilation fix

... or hack. A clean fix will be the next master commit, which removes the dyld usage completely
parent 88e6f3f1
......@@ -41,6 +41,11 @@
# include <sys/types.h>
#endif
#if defined(__APPLE__) && defined(__x86_64__)
# define HAVE_DL_DLOPEN 1
# define HAVE_DLFCN_H 1
#endif
#if !defined(HAVE_DYNAMIC_PLUGINS)
/* no support for plugins */
#elif defined(HAVE_DL_DYLD) && !defined(__x86_64__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment