Fix --enable-shark build bustage, r=ted. This is a temporary fix, real fix will be in bug 473563.

This commit is contained in:
Peter Van der Beken 2009-01-14 16:47:43 +01:00
parent 1a01754d87
commit 2d53648dcd

View File

@ -55,6 +55,12 @@ LOCAL_INCLUDES += -I$(topsrcdir) -I..
include $(topsrcdir)/config/rules.mk
ifdef MOZ_SHARK
CFLAGS += -F/System/Library/PrivateFrameworks
CXXFLAGS += -F/System/Library/PrivateFrameworks
LDFLAGS += -F/System/Library/PrivateFrameworks -framework CHUD
endif
# People expect the js shell to wind up in the top-level JS dir.
libs::
$(INSTALL) $(IFLAGS2) $(PROGRAM) $(DEPTH)