Skip to content

Commit

Permalink
chore: Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
as0ler committed Dec 12, 2024
1 parent 1915dd2 commit b48de74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ include config.mk
PREFIX?=/usr/local
R2V=$(VERSION)
R2V?=5.9.4
# frida_version=16.5.7
# frida_version=16.5.9
frida_version=$(shell grep 'set frida_version=' make.bat| cut -d = -f 2)
#frida_version=15.2.2
#frida_version=16.5.9
frida_major=$(shell echo $(frida_version)|cut -d . -f 1)

ifeq ($(frida_major),15)
Expand Down

0 comments on commit b48de74

Please sign in to comment.