Fix wasm-nosimd build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-21 02:06:34 +02:00
parent 9c1cf3b441
commit 42de7277a3
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -157,8 +157,10 @@ endif
# needed for enabling SSE in pffft
ifeq ($(CPU_I386),true)
ifneq ($(NOSIMD),true)
BASE_FLAGS += -Di386
endif
endif
# SIMD must always be enabled, even in debug builds
ifneq ($(NOSIMD),true)