fixing cocoa-only bustage; not part of the normal build. a=roc.
git-svn-id: svn://10.0.0.236/trunk@136948 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -37,7 +37,7 @@ endif
|
||||
endif
|
||||
|
||||
|
||||
ifeq (,$(filter mac,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifndef BUILD_STATIC_LIBS
|
||||
ifndef MOZ_TIMELINE
|
||||
GRE_BUILD = 1;
|
||||
|
||||
@@ -382,7 +382,7 @@ PRBool NS_CanRun()
|
||||
// nsISplashScreen will be removed.
|
||||
//
|
||||
|
||||
#if !defined( XP_PC ) && !defined(MOZ_WIDGET_GTK) && !defined(XP_MAC) && !defined(XP_MACOSX)
|
||||
#if !defined( XP_PC ) && !defined(MOZ_WIDGET_GTK) && !defined(XP_MAC) && (!defined(XP_MACOSX) || defined(MOZ_WIDGET_COCOA))
|
||||
|
||||
nsresult NS_CreateNativeAppSupport(nsINativeAppSupport **aResult)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user