Open WorksButNotTested opened 1 year ago
This seems to be alleviated by setting...
CC= \
"clang" \
"-target" \
"x86_64-apple-macos10.9"
CXX= \
"clang++" \
"-target" \
"x86_64-apple-macos10.9"
I copied this from the build system for frida-gum itself, but I'm not sure why it is needed?
This seems to be alleviated by setting...
CC= \ "clang" \ "-target" \ "x86_64-apple-macos10.9" CXX= \ "clang++" \ "-target" \ "x86_64-apple-macos10.9"
I copied this from the build system for frida-gum itself, but I'm not sure why it is needed?
This must be due to ABI differences dependent on OS version requirements.
test.cpp
hi.cpp
build
run
info
debug