Skip to content

Commit f1d4e11

Browse files
committed
Utilities: adjust install rules for swiftlang/swift-llbuild#852
The libllbuild library has been converted into a static product and interalised into libllbuildSwift. This avoids the distribution issues here. Remove the library from the install set.
1 parent 86962b3 commit f1d4e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/build-script-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def install_libraries(args, build_dir, universal_lib_dir, toolchain_lib_dir, tar
340340

341341
# Install the llbuild core shared libraries into the toolchain lib
342342
package_subpath = os.path.join(args.configuration, 'dependencies', 'llbuild')
343-
for lib in ['libllbuildSwift', 'libllbuild']:
343+
for lib in ['libllbuildSwift']:
344344
install_library(args, build_dir, package_subpath, lib, shared_lib_ext,
345345
universal_lib_dir, toolchain_lib_dir,'llbuild', targets)
346346

0 commit comments

Comments
 (0)