Didn't mean for this to get committed

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4592 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1 2009-11-19 22:48:14 +00:00
parent 3af4c50af1
commit 1aa5e09db9
1 changed files with 2 additions and 2 deletions

View File

@ -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':