Skip to content

Commit

Permalink
Run r2frida-compile from r2pm to solve rpath issues
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Feb 15, 2024
1 parent 7b60deb commit 1970c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ src/_agent.js: src/r2frida-compile
ifeq ($(R2FRIDA_PRECOMPILED_AGENT),1)
$(DLCMD) src/_agent.js $(R2FRIDA_PRECOMPILED_AGENT_URL)
else
src/r2frida-compile -H src/_agent.h -o src/_agent.js -Sc src/agent/index.ts
r2pm -r src/r2frida-compile -H src/_agent.h -o src/_agent.js -Sc src/agent/index.ts
test -s src/_agent.js || rm -f src/_agent.js
endif
endif
Expand Down

0 comments on commit 1970c51

Please sign in to comment.