avoid case sensitive issues with duplicated names (#1354)

This commit is contained in:
Dominic Hamon 2022-02-22 13:53:29 +00:00 committed by GitHub
parent b46208fcf0
commit e82a6ed704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
licenses(["notice"])
load("//:workspace/generate_export_header.bzl", "generate_export_header")
load("//:config/generate_export_header.bzl", "generate_export_header")
posix_copts = [
"-fvisibility=hidden",