diff options
author | Brian Paul <[email protected]> | 2015-03-03 09:11:35 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-04 08:33:48 -0700 |
commit | 4ab713423ffbdb885910f0c0efcabb594e55d227 (patch) | |
tree | c83abe44558da9a464779dee227191b65c9592a1 /src/mapi/glapi/SConscript | |
parent | 41c87cc5666de7ec5cfdea2c035c671048c06ca5 (diff) |
mapi: use util/macros.h instead of locally defined macros
The next step is to get rid of u_compiler.h completely.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mapi/glapi/SConscript')
-rw-r--r-- | src/mapi/glapi/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/SConscript b/src/mapi/glapi/SConscript index 84a50684b97..8ded46f32e0 100644 --- a/src/mapi/glapi/SConscript +++ b/src/mapi/glapi/SConscript @@ -27,6 +27,7 @@ if env['platform'] == 'windows': env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS']) env.Append(CPPPATH = [ + '#/src', '#/src/mapi', '#/src/mesa', Dir('..'), # src/mapi build path |