Skip to content

Commit

Permalink
Fix plugin extension lookup when compiling on MacOS (see #3212)
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed May 9, 2023
1 parent 61f7a40 commit 2c4a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/janus.c
Expand Up @@ -50,7 +50,7 @@
#define JANUS_SERVER_NAME "MyJanusInstance"

#ifdef __MACH__
#define SHLIB_EXT "0.dylib"
#define SHLIB_EXT "1.dylib"
#else
#define SHLIB_EXT ".so"
#endif
Expand Down

0 comments on commit 2c4a25c

Please sign in to comment.