Skip to content

Commit

Permalink
cmake_with_data test: Export symbols on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Jan 26, 2021
1 parent 172772c commit 3cd3b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cmake_with_data/lib_b/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ cc_binary(
"src/lib_b.h",
],
linkshared = True,
features = ["windows_export_all_symbols"],
visibility = ["//cmake_with_data:__pkg__"],
)

0 comments on commit 3cd3b70

Please sign in to comment.