Skip to content

Commit d98c58e

Browse files
oscargusjpakkane
authored andcommitted
Fix nanobind on MacOS
1 parent b13685b commit d98c58e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,6 +2716,7 @@
27162716
"nanobind"
27172717
],
27182718
"versions": [
2719+
"2.7.0-3",
27192720
"2.7.0-2",
27202721
"2.7.0-1",
27212722
"2.4.0-2",

subprojects/packagefiles/nanobind/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if host_machine.system() == 'darwin'
5252
else
5353
resp_file = meson.project_source_root() / 'cmake/darwin-ld-pypy.sym'
5454
endif
55-
dep_link_args += ['-Wl,-dead_strip', '-Wl,x', '-Wl,-S', '-Wl,@' + resp_file]
55+
dep_link_args += ['-Wl,-dead_strip', '-Wl,-x', '-Wl,-S', '-Wl,@' + resp_file]
5656
elif host_machine.system() != 'windows'
5757
dep_link_args += ['-Wl,-s']
5858
endif

0 commit comments

Comments
 (0)