Got strip working for Mac OS X

This commit is contained in:
Eric Scharff
2007-11-01 14:37:51 -06:00
parent 625f0006c9
commit eb3bd1ce7c
3 changed files with 2 additions and 10 deletions

View File

@ -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"