From d61cbd747f1b68e84c18240bf1296fbd346886d1 Mon Sep 17 00:00:00 2001 From: nakeee Date: Fri, 12 Dec 2008 11:57:15 +0000 Subject: [PATCH] Small linux fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1512 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript index 189e02b024..901a3f5f16 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -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':