mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 08:51:59 +00:00
fixed missing $
This commit is contained in:
parent
86a82b895d
commit
188688f835
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ if test "x$GCC" = "xyes"; then
|
|||
fi
|
||||
|
||||
AS="$CC"
|
||||
if test "xSYSTYPE" = "xWIN32"; then
|
||||
if test "x$SYSTYPE" = "xWIN32"; then
|
||||
ASFLAGS="\$(DEFS) \$(CFLAGS) \$(CPPFLAGS) \$(DEFAULT_INCLUDES) \$(INCLUDES) -DWIN32"
|
||||
plugin_LDFLAGS="-no-undefined"
|
||||
plugin_LIBADD="-luser32 -lgdi32 -lwinmm"
|
||||
|
|
Loading…
Reference in a new issue