You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
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