mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Build QVMs even if there is no QVM JIT
The QVM interpreter works on all platforms. If building QVMs is an issue, that should probably be handled separate from whether there is a QVM JIT compiler. This enables building QVMs by default on Linux arm64.
This commit is contained in:
parent
b1e6ef1425
commit
78359180a4
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -1069,7 +1069,6 @@ endif
|
|||
|
||||
ifneq ($(HAVE_VM_COMPILED),true)
|
||||
BASE_CFLAGS += -DNO_VM_COMPILED
|
||||
BUILD_GAME_QVM=0
|
||||
endif
|
||||
|
||||
TARGETS =
|
||||
|
|
Loading…
Reference in a new issue