From 1aa5e09db9fc18655d543077e80b631ab6c8c601 Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Thu, 19 Nov 2009 22:48:14 +0000 Subject: [PATCH] Didn't mean for this to get committed git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4592 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 202ec6e58b..fdcdcbe396 100644 --- a/SConstruct +++ b/SConstruct @@ -121,8 +121,8 @@ vars.AddVariables( ignorecase = 2 ), PathVariable('wxconfig', 'Path to the wxconfig', None), - ('CC', 'The c compiler', 'gcc-4.4'), - ('CXX', 'The c++ compiler', 'g++-4.4'), + ('CC', 'The c compiler', 'gcc'), + ('CXX', 'The c++ compiler', 'g++'), ) if sys.platform == 'win32':