mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix a missed libasm -> libvid_asm change
This commit is contained in:
parent
c522970a88
commit
6b705adc31
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS= foreign
|
|||
INCLUDES= -I$(top_srcdir)/include
|
||||
|
||||
if ASM_ARCH
|
||||
asm= libasm.la
|
||||
asm= libvid_asm.la
|
||||
else
|
||||
asm=
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue