mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Add -ltracker for BeOS. Bug 210217, patch by sergei_d@fi.tartu.ee, r=bryner. Not part of the normal build.
This commit is contained in:
parent
ea12fb91ed
commit
d41a66409d
@ -136,6 +136,10 @@ ifeq ($(OS_ARCH),WINNT)
|
||||
OS_LIBS += ole32.lib shell32.lib
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),BeOS)
|
||||
OS_LIBS += -ltracker
|
||||
endif
|
||||
|
||||
GARBAGE += $(CPPSRCS)
|
||||
|
||||
ifdef _NO_AUTO_VARS
|
||||
|
Loading…
x
Reference in New Issue
Block a user