mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-27 02:43:28 +00:00
7 lines
285 B
Python
7 lines
285 B
Python
"""A centralized module initializing repositories required for third party examples of rules_foreign_cc which require loading from repositories which themselves were loaded in repositories.bzl."""
|
|
|
|
load("//openssl:openssl_setup.bzl", "openssl_setup")
|
|
|
|
def setup():
|
|
openssl_setup()
|