Handle inadvertent use of DYNAMIC_ARCH=0

This commit is contained in:
Martin Kroeker 2021-05-22 14:23:49 +02:00 committed by GitHub
parent 02087a62e7
commit 0e73d20629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# COMPILER_PREFIX = mingw32-
ifndef DYNAMIC_ARCH
ifneq ($(DYNAMIC_ARCH),1)
ADD_CPUFLAGS = 1
else
ifdef TARGET_CORE

View File

@ -9,7 +9,7 @@ endif
endif
ifndef DYNAMIC_ARCH
ifneq ($(DYNAMIC_ARCH),1)
ADD_CPUFLAGS = 1
else
ifdef TARGET_CORE