Skip to content

Commit

Permalink
Bump the frida dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Sep 2, 2016
1 parent 72c2ef6 commit 60c12fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Parser.hpp: Parser.ypp
! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'
perl -pi -e 's/yytranslate_ \(yylex \(/(yylex_ (/g' Parser.cpp

frida_version = 7.3.4
frida_version = 7.3.5

frida/libfrida-core.a:
mkdir -p $(@D)/_
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ libcycript_la_DEPENDENCIES = frida/libfrida-core.a
@CY_ANDROID_FALSE@@CY_PRELINK_TRUE@CY_ANDFLAGS =
@CY_ANDROID_TRUE@@CY_PRELINK_TRUE@CY_ANDFLAGS = -U__APPLE__ -D__ANDROID__
libcycript_la_LIBTOOLFLAGS = --tag=CXX
frida_version = 7.3.4
frida_version = 7.3.5
all: $(BUILT_SOURCES) config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

Expand Down

0 comments on commit 60c12fe

Please sign in to comment.