mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix out-of-tree builds for asm (this also sets up ASFLAGS more correctly)
This commit is contained in:
parent
97db77c104
commit
20f702b5fe
1 changed files with 1 additions and 1 deletions
|
@ -1177,7 +1177,7 @@ if test "x$GCC" = "xyes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AS="$CC"
|
AS="$CC"
|
||||||
ASFLAGS="\$(DEFS) $CFLAGS $CPPFLAGS -I\$(top_srcdir)/include"
|
ASFLAGS="\$(DEFS) $CFLAGS $CPPFLAGS \$(DEFAULT_INCLUDES) \$(INCLUDES)"
|
||||||
AC_SUBST(AS)
|
AC_SUBST(AS)
|
||||||
AC_SUBST(ASFLAGS)
|
AC_SUBST(ASFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue