mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
Got strip working for Mac OS X
This commit is contained in:
@ -14,12 +14,8 @@
|
||||
#ifdef __MINGW32__
|
||||
# define JNIEXPORT __declspec(dllexport)
|
||||
#else
|
||||
#ifdef __APPLE__
|
||||
# define JNIEXPORT __attribute__ ((used))
|
||||
#else
|
||||
# define JNIEXPORT __attribute__ ((visibility("default")))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __i386__
|
||||
# define LD "d"
|
||||
|
Reference in New Issue
Block a user