Fix wasm build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
792373a96b
commit
5b2ee452b9
2 changed files with 5 additions and 5 deletions
|
@ -71,11 +71,6 @@ ifeq ($(BSD)$(HAIKU),true)
|
|||
BASE_FLAGS += -DCLOCK_MONOTONIC_RAW=CLOCK_MONOTONIC
|
||||
endif
|
||||
|
||||
ifeq ($(BSD)$(WASM),true)
|
||||
BASE_FLAGS += -D'aligned_alloc_16(ptr)'='aligned_alloc(16,ptr)'
|
||||
BASE_FLAGS += -D'aligned_free_16(ptr)'='free(ptr)'
|
||||
endif
|
||||
|
||||
ifeq ($(HAIKU)$(WASM),true)
|
||||
BASE_FLAGS += -I$(abspath $(ROOT)/include/linux-compat)
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue