Skip to content

Commit

Permalink
update version of re2
Browse files Browse the repository at this point in the history
  • Loading branch information
ugoscaiella committed Nov 4, 2014
1 parent 2b218c2 commit a44fef1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: $(OBJ)/libre2-java.so class

.re2.download.stamp:
# hg clone https://re2.googlecode.com/hg re2
wget http://re2.googlecode.com/files/re2-20121029.tgz -O re2.tgz
wget http://re2.googlecode.com/files/re2-20140304.tgz -O re2.tgz
tar xvf re2.tgz
touch .re2.download.stamp

Expand All @@ -37,6 +37,8 @@ add-so: .re2.compile.stamp $(OBJ)/libre2-java.so
mkdir -p $(NATIVES-TARGET)
cp $(OBJ)/libre2-java.so re2/obj/so/libre2.so $(NATIVES-TARGET)

lib: add-so

clean:
rm -fr re2
rm -f re2.tgz
Expand Down

0 comments on commit a44fef1

Please sign in to comment.