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 9ca6292372
commit e53c5c5c50
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