mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Moved closing of the Configure environment before the env.ParseConfig() calls, since those use the normal environment (env), not the Configure environment (conf).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@625 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -172,15 +172,15 @@ if not env['nowx']:
|
|||||||
|
|
||||||
wxconfig.ParseWXConfig(env)
|
wxconfig.ParseWXConfig(env)
|
||||||
|
|
||||||
|
# After all configuration tests are done
|
||||||
|
env = conf.Finish()
|
||||||
|
|
||||||
#get sdl stuff
|
#get sdl stuff
|
||||||
env.ParseConfig("sdl-config --cflags --libs")
|
env.ParseConfig("sdl-config --cflags --libs")
|
||||||
|
|
||||||
# lib ao (needed for sound plugins)
|
# lib ao (needed for sound plugins)
|
||||||
env.ParseConfig("pkg-config --cflags --libs ao")
|
env.ParseConfig("pkg-config --cflags --libs ao")
|
||||||
|
|
||||||
# After all configuration tests are done
|
|
||||||
env = conf.Finish()
|
|
||||||
|
|
||||||
# add methods from utils to env
|
# add methods from utils to env
|
||||||
env.AddMethod(utils.filterWarnings)
|
env.AddMethod(utils.filterWarnings)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user