Skip to content

Commit 564de32

Browse files
committed
windows-sdk-build.py: use llvm-ar/llvm-strip to fix linking on OSX
1 parent 5d61cd2 commit 564de32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows-sdk-build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
name = 'clang-{llvm_version}-windows-{arch}-{build_type}'
136136
c = 'clang-{llvm_version}'
137137
cpp = 'clang++-{llvm_version}'
138-
ar = 'ar'
138+
ar = 'llvm-ar'
139139
ld = 'ldd-{llvm_version}'
140-
strip = 'strip'
140+
strip = 'llvm-strip'
141141
142142
[host_machine]
143143
system = 'windows'

0 commit comments

Comments
 (0)