mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
6 lines
264 B
Python
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)
|