Skip to content

Commit 049f94a

Browse files
committed
Revert "build: explicitly set the linker language for unwind"
This reverts commit 6db7a5c. This adversely impacted the NetBSD libc++ bot for some reason, reverting while investigating.
1 parent 6c683aa commit 049f94a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libunwind/src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ if (LIBUNWIND_ENABLE_SHARED)
127127
"${LIBUNWIND_COMPILE_FLAGS}"
128128
LINK_FLAGS
129129
"${LIBUNWIND_LINK_FLAGS}"
130-
LINKER_LANGUAGE
131-
C
132130
OUTPUT_NAME
133131
"unwind"
134132
VERSION

0 commit comments

Comments
 (0)