Small linux fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1512 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-12-12 11:57:15 +00:00
parent 8149e1481a
commit d61cbd747f
1 changed files with 1 additions and 1 deletions

View File

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