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