mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 00:34:44 +01:00
Fixed module extension on OSX
This commit is contained in:
parent
89599d0bf8
commit
bdce551a50
@ -20,8 +20,12 @@
|
||||
#else
|
||||
#include <dlfcn.h>
|
||||
#define MOD_EXPORT extern "C"
|
||||
#ifdef __APPLE__
|
||||
#define SDRPP_MOD_EXTENTSION ".dylib"
|
||||
#else
|
||||
#define SDRPP_MOD_EXTENTSION ".so"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
class ModuleManager {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user