Forgot that OS/2 linkers resolve all symbols at link time
git-svn-id: svn://10.0.0.236/trunk@89246 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e27d9eb6e4
commit
a2beed761a
@ -58,7 +58,9 @@ EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)
|
||||
|
||||
ifneq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
EXTRA_DSO_LDOPTS = $(JPEG_LIBS)
|
||||
else
|
||||
override NO_SHARED_LIB=1
|
||||
override NO_STATIC_LIB=
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user