mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 20:20:00 +00:00
don't copy libxpconnect.so components directory on platforms where xptcall is not supported
This commit is contained in:
parent
dc0d842e3b
commit
f642461677
@ -28,7 +28,14 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
LIBRARY_NAME=xpconnect
|
||||
MODULE=xpconnect
|
||||
|
||||
# XXX hackage!
|
||||
# only copy the .so to components dir on platforms where xptcall is supported
|
||||
ifneq (,$(filter Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH)))
|
||||
ifeq (86,$(findstring 86,$(OS_TEST)))
|
||||
IS_COMPONENT = 1
|
||||
endif
|
||||
endif
|
||||
|
||||
DEFINES += -DJSFILE -DJS_THREADSAFE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user