Fix QNX build - prioritize system EGL headers over the Khronos ones

This commit is contained in:
Sam Lantinga 2017-08-30 00:40:06 -07:00
parent 26a66653f0
commit e25675582a
3 changed files with 4 additions and 3 deletions

2
configure vendored
View file

@ -15677,7 +15677,7 @@ case "$host" in
;;
esac
INCLUDE="-I$srcdir/include -I$srcdir/src/video/khronos"
INCLUDE="-I$srcdir/include -idirafter $srcdir/src/video/khronos"
if test x$srcdir != x.; then
INCLUDE="-Iinclude $INCLUDE"
elif test -d .hg; then