commit | 2b193648d61dbf7f84c852d4e3f7b04561e00dd0 | [log] [tgz] |
---|---|---|
author | Jon Leech <oddhack@sonic.net> | Sat Jun 02 19:06:12 2018 -0700 |
committer | Jon Leech <oddhack@sonic.net> | Sat Jun 02 19:06:12 2018 -0700 |
tree | ec2c8b1c0428362945518765609e4dccf3249f2f | |
parent | 1e2f5a0d5dddae4beafb204e770fb91efa6be377 [diff] |
Fix include path
diff --git a/xml/testesext.c b/xml/testesext.c index 2544c7b..bfb15d7 100644 --- a/xml/testesext.c +++ b/xml/testesext.c
@@ -1,4 +1,4 @@ -/*% cc -I. -I.. -I../../../../../registry/trunk/egl/api/ -c % ; rm testext.o +/*% cc -I. -I../api -I../../../../../registry/trunk/egl/api/ -c % ; rm testext.o * * Test to make sure gl3.h builds properly. * Will also use SVN internal versions of gl3platform.h