Skip to content

Commit

Permalink
Fix bug leaving frida_os unset (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
clayscode authored and trufae committed May 7, 2018
1 parent ff4a5f1 commit dce6626
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 @@ -3,7 +3,7 @@ include config.mk
r2_version = 2.5.0
frida_version = 11.0.0

ifneq ($(frida_os),)
ifeq ($(strip $(frida_os)),)
ifeq ($(shell uname -o 2> /dev/null),Android)
frida_os := android
else
Expand Down

0 comments on commit dce6626

Please sign in to comment.