Skip to content

Commit 94c1600

Browse files
committed
Fix macOS linking failure by adding dynamic_lookup to linkopts
1 parent ca57b3f commit 94c1600

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tensorflow_data_validation/build_macros.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def tfdv_pybind_extension(
7878
# "-Wl,-rename_section,__TEXT,text_env,__TEXT,__text",
7979
"-Wl,-w",
8080
"-Wl,-exported_symbols_list,$(location %s)" % exported_symbols_file,
81+
"-Wl,-undefined,dynamic_lookup",
8182
],
8283
"//conditions:default": [
8384
"-Wl,--version-script",

0 commit comments

Comments
 (0)