mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Fix for BSDI 3.0, specifically, but should help other platforms with shared library difficulties.
This commit is contained in:
parent
fe1f70dc0c
commit
6ad833aac3
@ -30,7 +30,7 @@ XPIDLSRCS = nsITestProxy.idl
|
||||
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
|
||||
|
||||
ifdef NO_LD_ARCHIVE_FLAGS
|
||||
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo
|
||||
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo -lmozreg_s
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
|
Loading…
Reference in New Issue
Block a user