diff options
| author | Kostadin Damyanov | 2015-12-26 18:54:05 +0200 |
|---|---|---|
| committer | Kostadin Damyanov | 2015-12-26 18:54:05 +0200 |
| commit | 62574759ab16043b70f2da6e160072c353ba4148 (patch) | |
| tree | 71415ab051beb397a676140cb57bb12092e4c8fd /platform/haiku/detect.py | |
| parent | 9954431068d955f1a67503a27e5ec20446dc8cc7 (diff) | |
| download | godot-62574759ab16043b70f2da6e160072c353ba4148.tar.gz godot-62574759ab16043b70f2da6e160072c353ba4148.tar.zst godot-62574759ab16043b70f2da6e160072c353ba4148.zip | |
Diffstat (limited to 'platform/haiku/detect.py')
| -rw-r--r-- | platform/haiku/detect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/haiku/detect.py b/platform/haiku/detect.py index b5fd55044..637b42dc0 100644 --- a/platform/haiku/detect.py +++ b/platform/haiku/detect.py @@ -51,6 +51,7 @@ def configure(env): env.Append(CCFLAGS=['-g2', '-Wall','-DDEBUG_ENABLED','-DDEBUG_MEMORY_ENABLED']) #env.Append(CCFLAGS=['-DFREETYPE_ENABLED']) + env.Append(CPPFLAGS = ['-DPTHREAD_NO_RENAME']) # TODO: enable when we have pthread_setname_np env.Append(CPPFLAGS = ['-DGLEW_ENABLED', '-DOPENGL_ENABLED', '-DMEDIA_KIT_ENABLED']) env.Append(CPPFLAGS = ['-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DGLES_OVER_GL']) env.Append(LIBS = ['be', 'game', 'media', 'network', 'bnetapi', 'z', 'GL', 'GLEW']) |
