1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-18 22:56:36 +02:00

Use rules_cc instead of native cc_binary rules.

This commit is contained in:
iphydf
2020-03-12 12:23:57 +00:00
parent 0a8ac4de3b
commit 206bf407fd

View File

@ -1,3 +1,4 @@
load("@rules_cc//cc:defs.bzl", "cc_binary")
load("//tools/project:build_defs.bzl", "project")
project()