mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Use ASM_ARCH instead of NO_ASMOPT to figure out if we are on an x86 platform
This commit is contained in:
parent
1b35b7ab83
commit
a2284ec9c8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ all: $(targets)
|
|||
# Source files
|
||||
#
|
||||
|
||||
ifneq ($(NO_ASMOPT),yes)
|
||||
ifeq ($(ASM_ARCH),i386)
|
||||
# Source file the Intel archictecture only
|
||||
CL_ADDITIONAL_GENERAL_SRC = sys_dosa.s math.s worlda.s
|
||||
SWREND_SRC_PLAT = d_draw.s d_draw16.s d_parta.s d_polysa.s d_scana.s \
|
||||
|
|
Loading…
Reference in a new issue