diff options
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r-- | webkit/SConscript.port | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port index bb2916d..805e165 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -19,9 +19,9 @@ if env['PLATFORM'] == 'win32': ],) elif env['PLATFORM'] == 'posix': env.Append( - # For the image readers and decoders: - CXXFLAGS = "-Wno-sign-compare", - LIBS = 'png' + # For the image readers and decoders: + CXXFLAGS = ["-Wno-sign-compare"], + LIBS = ['png'], ) input_files = [ |