Small linux fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1512 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8149e1481a
commit
d61cbd747f
|
@ -63,7 +63,7 @@ if gfxenv['HAVE_COCOA']:
|
|||
|
||||
tests = {'CheckPKG' : utils.CheckPKG}
|
||||
conf = gfxenv.Configure(custom_tests = tests,
|
||||
config_h="Source/Core/Common/Src/Config.h")
|
||||
config_h=env['base_dir']+"Source/Core/Common/Src/Config.h")
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
|
||||
|
|
Loading…
Reference in New Issue