fix: build with --stamp

This commit is contained in:
Connor McEntee 2025-04-14 21:49:40 -06:00
parent 7f192e9919
commit 8949bbe68a
9 changed files with 16 additions and 95 deletions

View file

@ -1,6 +1,6 @@
load("@rules_cc//cc:defs.bzl", "cc_test")
load("//:tools/cc.bzl", "COPTS")
load("//:tools/transition.bzl", "PLATFORM", "transition_default_constraints")
load("//tools:cc.bzl", "COPTS")
load("//tools:transition.bzl", "PLATFORM", "transition_default_constraints")
# TODO: Handle conf when enable_prof = True
#{ "src": "batch_alloc_prof.c" },