don't copy libxpconnect.so components directory on platforms where xptcall is not supported

This commit is contained in:
jband%netscape.com 1999-05-04 23:54:13 +00:00
parent dc0d842e3b
commit f642461677

View File

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