diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-19 21:36:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-19 21:36:00 +0100 |
| commit | 6ace4011e4fcc3f684ce0992137645f614cfdee9 (patch) | |
| tree | e61f80e760f8c38302339ca720c951a493d2af91 /platform/haiku/detect.py | |
| parent | 39204630a7165ecda15228d7b5210e1634e6bcf9 (diff) | |
| parent | 9f134aa5d1b9e3714cd9a19948004204b7f41c68 (diff) | |
| download | redot-engine-6ace4011e4fcc3f684ce0992137645f614cfdee9.tar.gz | |
Merge pull request #13045 from akien-mga/gles2-cleanup
Cleanup old references to GLES2 renderer
Diffstat (limited to 'platform/haiku/detect.py')
| -rw-r--r-- | platform/haiku/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/haiku/detect.py b/platform/haiku/detect.py index 50f9783dd2..7c62654ef6 100644 --- a/platform/haiku/detect.py +++ b/platform/haiku/detect.py @@ -67,7 +67,7 @@ def configure(env): ## Flags env.Append(CPPPATH=['#platform/haiku']) - env.Append(CPPFLAGS=['-DUNIX_ENABLED', '-DOPENGL_ENABLED', '-DGLES2_ENABLED', '-DGLES_OVER_GL']) + env.Append(CPPFLAGS=['-DUNIX_ENABLED', '-DOPENGL_ENABLED', '-DGLES_ENABLED', '-DGLES_OVER_GL']) env.Append(CPPFLAGS=['-DMEDIA_KIT_ENABLED']) # env.Append(CCFLAGS=['-DFREETYPE_ENABLED']) env.Append(CPPFLAGS=['-DPTHREAD_NO_RENAME']) # TODO: enable when we have pthread_setname_np |
