From fd657289a974cd0e15d11459584e563c397e6862 Mon Sep 17 00:00:00 2001 From: Hanspeter Niederstrasser Date: Fri, 18 Nov 2011 14:02:26 +0100 Subject: [PATCH] Bug 691135 - intl locale should use mac on Macs. r=ted --- intl/build/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/build/Makefile.in b/intl/build/Makefile.in index e79602aad680..2a66d6a79571 100644 --- a/intl/build/Makefile.in +++ b/intl/build/Makefile.in @@ -58,7 +58,7 @@ CPPSRCS = \ ifneq (,$(filter os2 windows, $(MOZ_WIDGET_TOOLKIT))) LOCALE_DIR = $(MOZ_WIDGET_TOOLKIT) else -ifeq ($(MOZ_WIDGET_TOOLKIT), cocoa) +ifeq ($(OS_ARCH), Darwin) LOCALE_DIR = mac else LOCALE_DIR = unix