mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
Define PYC_ROOT and WASM_ROOT (#18290) ##build
Avoid passing -I as this is a non-portable construct. Caught in pkgsrc on NetBSD.
This commit is contained in:
parent
c5240b1a3d
commit
de01f2d7db
@ -35,6 +35,7 @@ STATIC_OBJ+=${OBJ_PYC}
|
||||
TARGET_PYC=anal_pyc.$(EXT_SO)
|
||||
|
||||
ALL_TARGETS+=${TARGET_PYC}
|
||||
PYC_ROOT=../asm/arch/pyc
|
||||
CFLAGS+=-I$(PYC_ROOT)
|
||||
|
||||
${TARGET_PYC}: ${OBJ_PYC}
|
||||
|
@ -1,4 +1,5 @@
|
||||
OBJ_WASM=anal_wasm.o
|
||||
WASM_ROOT=../asm/arch/wasm
|
||||
CFLAGS+=-I$(WASM_ROOT)
|
||||
|
||||
STATIC_OBJ+=${OBJ_WASM}
|
||||
|
Loading…
x
Reference in New Issue
Block a user