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.
2 parents f023f46 + 1e7611e commit c6472e3Copy full SHA for c6472e3
src/dlload.c
@@ -18,8 +18,8 @@ static char *extensions[] = { ".so" };
18
#define GET_FUNCTION_FROM_MODULE dlsym
19
#define CLOSE_MODULE dlclose
20
typedef void * module_handle_t;
21
-static char *extensions[] = { ".dylib", ".bundle" };
22
-#define N_EXTENSIONS 2
+static char *extensions[] = { "", ".dylib", ".bundle" };
+#define N_EXTENSIONS 3
23
#endif
24
25
#include "julia.h"
0 commit comments