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:
parent
3af4c50af1
commit
1aa5e09db9
|
@ -121,8 +121,8 @@ vars.AddVariables(
|
||||||
ignorecase = 2
|
ignorecase = 2
|
||||||
),
|
),
|
||||||
PathVariable('wxconfig', 'Path to the wxconfig', None),
|
PathVariable('wxconfig', 'Path to the wxconfig', None),
|
||||||
('CC', 'The c compiler', 'gcc-4.4'),
|
('CC', 'The c compiler', 'gcc'),
|
||||||
('CXX', 'The c++ compiler', 'g++-4.4'),
|
('CXX', 'The c++ compiler', 'g++'),
|
||||||
)
|
)
|
||||||
|
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
|
|
Loading…
Reference in New Issue