Fix MOD builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d2b51b442f
commit
bf4be75cb7
4 changed files with 13 additions and 16 deletions
8
deps/Makefile
vendored
8
deps/Makefile
vendored
|
@ -34,14 +34,6 @@ endif
|
|||
BASE_FLAGS += -I$(abspath ../include)
|
||||
BASE_FLAGS += -I$(abspath ../include/simd-compat)
|
||||
|
||||
# SSE must always be enabled, even in debug builds
|
||||
ifeq ($(CPU_I386_OR_X86_64),true)
|
||||
BASE_FLAGS += -msse -msse2 -msse3
|
||||
ifeq ($(WASM),true)
|
||||
BASE_FLAGS += -msimd128
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(HAIKU)$(WASM),true)
|
||||
BASE_FLAGS += -I$(abspath ../include/linux-compat)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue