Skip to content

Commit

Permalink
configure: Not all compilers understand -idirafter, use -I instead.
Browse files Browse the repository at this point in the history
If this is a problem, we can write a test for the compiler flag, but shouldn't
we _always_ use our Khronos headers instead of depending on the system...?
  • Loading branch information
icculus committed May 19, 2020
1 parent da54eb7 commit 0e08d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -70,7 +70,7 @@ case "$host" in
esac

dnl Set up the compiler and linker flags
INCLUDE="-I$srcdir/include -idirafter $srcdir/src/video/khronos"
INCLUDE="-I$srcdir/include -I$srcdir/src/video/khronos"
if test x$srcdir != x.; then
INCLUDE="-Iinclude $INCLUDE"
elif test -d .hg; then
Expand Down

0 comments on commit 0e08d23

Please sign in to comment.