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", |
| 8 | "-Wno-format-nonliteral", |
| 9 | ], |
Philipp Schrader | dada107 | 2020-11-24 11:34:46 -0800 | [diff] [blame^] | 10 | target_compatible_with = ["@platforms//cpu:x86_64"], |
Austin Schuh | dde6405 | 2019-12-11 20:28:00 -0800 | [diff] [blame] | 11 | deps = [ |
| 12 | "@libusb", |
| 13 | ], |
Brian Silverman | 82bf7cf | 2017-06-24 14:48:10 -0700 | [diff] [blame] | 14 | ) |