diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-10-01 12:45:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 12:45:50 +0200 |
commit | c2abf1a4e93d2870ddecb2e7e7c80ba3f8be3397 (patch) | |
tree | 1c2c5e8253a7ed84cee097a1390bd0d8e53bbe75 /platform/haiku/platform_config.h | |
parent | c51caa3dbdf4acaa7e063c46ae8026adb0633008 (diff) | |
parent | 6bfb7944d9a1639042ba23fd0ff9950fff9464dd (diff) |
Merge pull request #22582 from akien-mga/scons-clean-cpppath
SCons: Remove avoidable defines from main env's CPPPATH
Diffstat (limited to 'platform/haiku/platform_config.h')
-rw-r--r-- | platform/haiku/platform_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/haiku/platform_config.h b/platform/haiku/platform_config.h index 72c8ee2535..b00510f5a1 100644 --- a/platform/haiku/platform_config.h +++ b/platform/haiku/platform_config.h @@ -33,5 +33,5 @@ // for ifaddrs.h needed in drivers/unix/ip_unix.cpp #define _BSD_SOURCE 1 -#define GLES3_INCLUDE_H "glad/glad.h" -#define GLES2_INCLUDE_H "glad/glad.h" +#define GLES3_INCLUDE_H "thirdparty/glad/glad/glad.h" +#define GLES2_INCLUDE_H "thirdparty/glad/glad/glad.h" |