mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Set proper extension on JNI lib for MacOSX.
This commit is contained in:
parent
101e033fa1
commit
a8b2a69aed
@ -46,6 +46,11 @@ include $(topsrcdir)/config/config.mk
|
||||
MODULE = javaxpcom
|
||||
LIBRARY_NAME = javaxpcom
|
||||
|
||||
# On Mac OS X, JNI libraries must end with a '.jnilib' extension
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
DLL_SUFFIX = .jnilib
|
||||
endif
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
embed_base \
|
||||
|
Loading…
x
Reference in New Issue
Block a user