Files
codeql/misc/bazel/semmle_code_stub/buildutils-internal/lipo.bzl
2024-09-05 08:26:41 +02:00

6 lines
264 B
Python

# we only need to build universal binaries when building releases from the internal repo
# when building from the codeql repo, we can stub this rule with an alias
def universal_binary(*, name, dep, **kwargs):
native.alias(name = name, actual = dep, **kwargs)