Brian Silverman | 82bf7cf | 2017-06-24 14:48:10 -0700 | [diff] [blame] | 1 | cc_binary( |
Austin Schuh | dde6405 | 2019-12-11 20:28:00 -0800 | [diff] [blame] | 2 | name = "teensy_loader_cli", |
3 | srcs = [ | ||||
4 | "teensy_loader_cli.c", | ||||
5 | ], | ||||
6 | copts = [ | ||||
7 | "-DUSE_LIBUSB", | ||||
Austin Schuh | dde6405 | 2019-12-11 20:28:00 -0800 | [diff] [blame] | 8 | ], |
Philipp Schrader | dada107 | 2020-11-24 11:34:46 -0800 | [diff] [blame] | 9 | target_compatible_with = ["@platforms//cpu:x86_64"], |
Austin Schuh | dde6405 | 2019-12-11 20:28:00 -0800 | [diff] [blame] | 10 | deps = [ |
11 | "@libusb", | ||||
12 | ], | ||||
Brian Silverman | 82bf7cf | 2017-06-24 14:48:10 -0700 | [diff] [blame] | 13 | ) |