From 98f40d80b72e087e25756f86be1fdcbf44163f4f Mon Sep 17 00:00:00 2001 From: nakeee Date: Sun, 7 Dec 2008 00:28:00 +0000 Subject: [PATCH] a not that is not suppose to be a not git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1418 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/SConscript b/Source/Core/DolphinWX/Src/SConscript index f02d62d9b5..b5c7daf6bb 100644 --- a/Source/Core/DolphinWX/Src/SConscript +++ b/Source/Core/DolphinWX/Src/SConscript @@ -78,6 +78,6 @@ else: #objects = [ wxenv.Object(srcFile) for srcFile in files ] -if not wxenv['HAVE_WX']: +if wxenv['HAVE_WX']: wxenv.Program(exeGUI, files + [ 'Main.cpp' ]) wxenv.Program(exeNoGUI, files + [ 'MainNoGUI.cpp' ])