Skip to content

Commit f45c093

Browse files
committed
fix: macos rpath issue
1 parent b49eee9 commit f45c093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
dir: osx64
3030
arch: darwin-arm64
3131
artifacts: "plc"
32-
RUSTFLAGS: ""
32+
RUSTFLAGS: "-C link-args=-Wl,-ld_classic"
3333
libvm: "libvm.a"
3434
libvm_dylib: "libvm.dylib"
3535
libuv_dylib: "libuv.dylib"

0 commit comments

Comments
 (0)