We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd7d888 + 61271a5 commit 2e5f4a6Copy full SHA for 2e5f4a6
build_defs.bzl
@@ -50,7 +50,7 @@ def pybind_extension(
50
features = features + PYBIND_FEATURES,
51
linkopts = linkopts + select({
52
"@pybind11//:msvc_compiler": [],
53
- "@pybind11//:osx": [],
+ "@pybind11//:osx": ["-undefined", "dynamic_lookup"],
54
"//conditions:default": ["-Wl,-Bsymbolic"],
55
}),
56
linkshared = 1,
0 commit comments