commit | 94f51e96711f54085b9e901a467f6cb63ebd06c8 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Mon Oct 30 19:25:32 2017 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Fri Mar 02 21:37:13 2018 -0800 |
tree | 396d2ee1ca9685b8725f7567323e40e6c538c00e | |
parent | 2b1fce0a320c514f591f16647d3382680cd677d1 [diff] [blame] |
Initial stab at the new WPILib. Change-Id: Id04cc07649959566deb5b4fa637267072a5191ca
diff --git a/third_party/BUILD b/third_party/BUILD index 3f7352f..20bb7e0 100644 --- a/third_party/BUILD +++ b/third_party/BUILD
@@ -1,6 +1,6 @@ cc_library( name = 'wpilib', - deps = ['//third_party/allwpilib_2017:wpilib'], + deps = ['//third_party/allwpilib_2018:wpilib'], visibility = ['//visibility:public'], linkstatic = True, restricted_to = ['//tools:roborio'],