commit | 55139feb9232d5a22f426e5afc7dad43741e1bd7 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin@peloton-tech.com> | Wed Oct 14 23:55:24 2015 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Thu Oct 15 21:18:14 2015 -0700 |
tree | 288575836cbcb45edc982fcca2379ef665ee0b21 | |
parent | d54068eb81add2556fbd3412595078e86693f08e [diff] [blame] |
Used external roborio compiler instead of local compiler. Change-Id: Ifec0d68b0b51a822c906bc4f52320004ee2f5d84
diff --git a/third_party/gflags/BUILD b/third_party/gflags/BUILD index bad36a9..532ef3f 100644 --- a/third_party/gflags/BUILD +++ b/third_party/gflags/BUILD
@@ -42,7 +42,7 @@ 'include/gflags/gflags_completions.h', ], deps = [ - '//external:libpthread', + '//debian:libpthread', ], copts = common_copts, includes = [ 'include' ],