2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-12-04 08:02:31 +00:00
rules_foreign_cc/examples/third_party/setup.bzl

7 lines
285 B
Python
Raw Normal View History

2021-10-19 14:51:53 +00:00
"""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()