mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
more system-specific tweaks for windows port
This commit is contained in:
@ -26,9 +26,15 @@
|
||||
# error "Unsupported architecture"
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
# define SO_PREFIX ""
|
||||
#else
|
||||
# define SO_PREFIX "lib"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
# define SO_SUFFIX ".jnilib"
|
||||
#elseif defined __MINGW32__
|
||||
#elif defined __MINGW32__
|
||||
# define SO_SUFFIX ".dll"
|
||||
#else
|
||||
# define SO_SUFFIX ".so"
|
||||
|
Reference in New Issue
Block a user