mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Fix build on FreeBSD. don't hardcode '.so', some platforms don't use it.
This commit is contained in:
parent
e30946506d
commit
e6baaac1be
@ -31,8 +31,8 @@ DIRS = dynamic
|
||||
OBJS = $(CPPSRCS:.cpp=.o)
|
||||
|
||||
EX_LIBS = \
|
||||
$(DIST)/bin/libreg.so \
|
||||
$(DIST)/bin/libxpcom.so \
|
||||
$(DIST)/bin/libreg.$(DLL_SUFFIX) \
|
||||
$(DIST)/bin/libxpcom.$(DLL_SUFFIX) \
|
||||
$(DIST)/lib/libplc21.a \
|
||||
$(DIST)/lib/libplds21.a \
|
||||
$(DIST)/lib/libnspr21.a \
|
||||
|
Loading…
x
Reference in New Issue
Block a user