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/aos/linux_code/BUILD b/aos/linux_code/BUILD index 245acc6..de7f903 100644 --- a/aos/linux_code/BUILD +++ b/aos/linux_code/BUILD
@@ -22,7 +22,7 @@ deps = [ '//aos/common:once', '//aos/common:die', - '//external:libpthread', + '//debian:libpthread', ], )