mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Do not set EXPORT_LIBRARY for libs that we do _not_ want in the static link list.
Bug #134012 r=rjesup sr=dveditz a=leaf
This commit is contained in:
parent
b286eb34e1
commit
2d941f53cc
@ -28,7 +28,8 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = inspector
|
||||
LIBRARY_NAME = inspector
|
||||
EXPORT_LIBRARY = 1
|
||||
# Do not set EXPORT_LIBRARY as we do not want inspector in the static libs list
|
||||
#EXPORT_LIBRARY = 1
|
||||
FORCE_SHARED_LIB = 1
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
SHORT_LIBNAME = inspectr
|
||||
|
@ -30,7 +30,8 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = jsdebug
|
||||
LIBRARY_NAME = jsd
|
||||
EXPORT_LIBRARY = 1
|
||||
# Do not set EXPORT_LIBRARY as we do not want jsd in the static libs list
|
||||
#EXPORT_LIBRARY = 1
|
||||
FORCE_SHARED_LIB= 1
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
LIBRARY_NAME = jsd$(MOZ_BITS)$(VERSION_NUMBER)
|
||||
|
Loading…
x
Reference in New Issue
Block a user