Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Don't forget requisite libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed May 19, 2015
1 parent 400866a commit 4b3c9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gjstest/internal/cpp/targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $(eval $(call cc_binary, \
gjstest/internal/proto/named_scripts.pb \
strings/strutil \
, \
-lprotobuf -lglog -lgflags -lxml2 -lre2 \
-lprotobuf -lglog -lgflags -lxml2 -lre2 -lv8_libbase -lv8_libplatform \
))

######################################################
Expand Down

0 comments on commit 4b3c9f4

Please sign in to comment.