mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
configure: Not all compilers understand -idirafter, use -I instead.
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...?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user