wasm related tweaks, still WIP
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f4c2c03003
commit
d03e73119d
5 changed files with 24 additions and 4 deletions
|
|
@ -35,7 +35,9 @@ BASE_FLAGS += -DARCH_LIN
|
|||
endif
|
||||
|
||||
ifeq ($(HAIKU),true)
|
||||
BASE_FLAGS += -I../include/haiku-compat
|
||||
BASE_FLAGS += -I../include/linux-compat
|
||||
else ifeq ($(WASM),true)
|
||||
BASE_FLAGS += -I../include/linux-compat
|
||||
endif
|
||||
|
||||
BASE_FLAGS += -DPRIVATE=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue