1
Fork 0
hermetic_cc_toolchain/toolchain/libc/defs.bzl

12 lines
291 B
Python

# Copyright 2023 Uber Technologies, Inc.
# Licensed under the MIT License
load("@bazel-zig-cc//toolchain/private:defs.bzl", "LIBCS")
def declare_libcs():
for libc in LIBCS:
native.constraint_value(
name = libc,
constraint_setting = "variant",
)