Skip to content

Commit

Permalink
Use Frida's Meson when building the helper
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Feb 13, 2019
1 parent d4c309e commit 5a72db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deploy: build/libart-tracer-helper.so
build/build.ninja: meson.build
rm -rf build
. $$FRIDA/build/frida-meson-env-$(build_platform)-x86_64.rc \
&& meson \
&& python3 $$FRIDA/releng/meson/meson.py \
--buildtype minsize \
--cross-file $$FRIDA/build/frida-android-x86.txt \
build .
Expand Down

0 comments on commit 5a72db2

Please sign in to comment.