Oops. Forgot a CROSS_COMPILE ifdef.

git-svn-id: svn://10.0.0.236/trunk@64731 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-03-31 08:00:08 +00:00
parent c3d3879f93
commit ccb881473c

View File

@@ -29,7 +29,9 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpcom
LIBRARY_NAME = xpt
LIB_IS_C_ONLY = 1
ifdef CROSS_COMPILE
HOST_LIBRARY_NAME = hostxpt
endif
REQUIRES = $(MODULE)