Merge branch 'libao'
This commit is contained in:
@ -112,6 +112,11 @@ def configure(env):
|
||||
env.ParseConfig('pkg-config freetype2 --cflags --libs')
|
||||
env.Append(CCFLAGS=['-DFREETYPE_ENABLED'])
|
||||
|
||||
|
||||
if env['ao'] == 'yes':
|
||||
env.ParseConfig('pkg-config ao --cflags --libs')
|
||||
env.Append(CPPFLAGS=['-DAO_ENABLED'])
|
||||
|
||||
|
||||
env.Append(CPPFLAGS=['-DOPENGL_ENABLED','-DGLEW_ENABLED'])
|
||||
if platform.platform() == 'Linux':
|
||||
|
||||
Reference in New Issue
Block a user