Bug 314518 - [BeOS] Static builds Broken due nsSound implementation for Widget:BeOS

patch by thesuckiestemail@yahoo.se r=sergei_d sr=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@184254 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2005-11-07 19:55:20 +00:00
parent 691d57f27c
commit c035558149

View File

@ -149,7 +149,9 @@ endif
endif
ifeq ($(OS_ARCH),BeOS)
OS_LIBS += -ltracker
ifdef BUILD_STATIC_LIBS
OS_LIBS += -ltracker -lgame
endif
endif
ifeq ($(OS_ARCH),OS2)