Bug 975740 - Fixed typo in testing/tools/screenshot/moz.build

This commit is contained in:
Jacek Caban 2014-02-25 12:46:25 +01:00
parent 7f02ce6600
commit c203a813fb

View File

@ -16,4 +16,4 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
]
USE_STATIC_LIBS = True
if CONFIG['GNU_CC']:
WIN32_EXE_FLAGS += ['-municode']
WIN32_EXE_LDFLAGS += ['-municode']