Skip to content

Commit

Permalink
[gn] Fix libunwind build on mac after 203b6f3
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Mar 18, 2023
1 parent 12f4ac2 commit 93a04a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/libunwind/src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ if (libunwind_enable_shared && current_os != "android") {
]
}
if (current_os == "mac") {
cflags += [ "-fno-stack-protector" ]
ldflags += [
"-Wl,-compatibility_version,1",
"-Wl,-install_name,/usr/lib/libunwind.1.dylib",
Expand Down

0 comments on commit 93a04a0

Please sign in to comment.