diff options
Diffstat (limited to 'etc/import.prebuilt/TARGETS.protobuf')
-rw-r--r-- | etc/import.prebuilt/TARGETS.protobuf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/import.prebuilt/TARGETS.protobuf b/etc/import.prebuilt/TARGETS.protobuf index a31d4138..f375192d 100644 --- a/etc/import.prebuilt/TARGETS.protobuf +++ b/etc/import.prebuilt/TARGETS.protobuf @@ -4,7 +4,7 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["protobuf"] , "hdrs": [["include", "protobuf"]] - , "link external": ["-lprotobuf", "-lprotobuf_lite"] + , "private-ldflags": ["-lprotobuf", "-lprotobuf_lite"] } , "well_known_protos": { "type": ["@", "rules", "data", "staged"] |