mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-15 08:21:41 +00:00
Compile fix for Taniwha
This commit is contained in:
parent
6859b85f30
commit
4c5c608637
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ CC := @CC@
|
|||
|
||||
|
||||
LDFLAGS += @LDFLAGS@ @LIBS@
|
||||
INCLUDES += -I$(SRC_DIR) -I$(COMMON_DIR)
|
||||
INCLUDES += -I$(SRC_DIR) -I$(COMMON_DIR) @OGL_INCLUDES@
|
||||
CFLAGS += @CFLAGS@ $(INCLUDES)
|
||||
|
||||
MAKE_SURE_DIR = if test -d "$$DIR"; then \
|
||||
|
|
|
@ -304,9 +304,9 @@ if test "x$HAS_OGL" != xno; then
|
|||
OGL_LIBS="$OGL_LIBS -L$HAS_OGL"
|
||||
fi
|
||||
if test "x$OGL_INCLUDES" != xauto; then
|
||||
OGL_CFLAGS="$OGL_CFLAGS -I$OGL_INCLUDES"
|
||||
OGL_INCLUDES="-I$OGL_INCLUDES"
|
||||
else
|
||||
OGL_CFLAGS="$OGL_CFLAGS -I${x_includes:-.}"
|
||||
OGL_INCLUDES="-I${x_includes:-.}"
|
||||
fi
|
||||
save_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $OGL_CFLAGS"
|
||||
|
|
Loading…
Reference in a new issue