We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2681d5 + 6ddf683 commit 977bf6fCopy full SHA for 977bf6f
utils/swift_build_support/swift_build_support/products/wasmstdlib.py
@@ -50,9 +50,8 @@ def build(self, host_target):
50
# object files.
51
self.cmake_options.define('CMAKE_AR:STRING', os.path.join(
52
toolchain_path, 'bin', 'llvm-ar'))
53
- # llvm-ranlib is not installed in the final toolchain, so use one in build dir
54
self.cmake_options.define('CMAKE_RANLIB:STRING', os.path.join(
55
- self._host_swift_build_dir(host_target), 'bin', 'llvm-ranlib'))
+ toolchain_path, 'bin', 'llvm-ranlib'))
56
self.cmake_options.define(
57
'SWIFT_NATIVE_CLANG_TOOLS_PATH:STRING', os.path.join(toolchain_path, 'bin'))
58
0 commit comments