From b0faad6b7aa2597115c07ca6fc3d6273c3c18191 Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Tue, 21 Oct 2008 23:59:03 +0000 Subject: First cut at compiling Gears for Safari. This contains the file list and correct compilation flags for the files. This doesn't yet link, but is only missing one custom builder. Review URL: http://codereview.chromium.org/8041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3707 0039d316-1c4b-4281-b951-d872f2087c98 --- gears/SConscript.libjpeg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gears/SConscript.libjpeg') diff --git a/gears/SConscript.libjpeg b/gears/SConscript.libjpeg index c6c7da6..167f026 100644 --- a/gears/SConscript.libjpeg +++ b/gears/SConscript.libjpeg @@ -18,9 +18,9 @@ env.Replace( ], ) -if env['OS'] == 'linux': +if env['OS'] in ['osx', 'linux']: env.Append( - CCFLAGS = [ + CFLAGS = [ '-Wno-main', ], ) -- cgit v1.1