set ARCH for linux intel 32-bit for frida-gum-devkit

This commit is contained in:
hexcoder- 2021-05-04 21:32:03 +02:00
parent b35e6deb09
commit be493f0aba

View File

@ -43,6 +43,10 @@ ifeq "$(ARCH)" "aarch64"
ARCH:=arm64
endif
ifeq "$(ARCH)" "i686"
ARCH:=x86
endif
ifeq "$(shell uname)" "Darwin"
OS:=macos
RT_CFLAGS:=$(RT_CFLAGS) -Wno-deprecated-declarations