Skip to content

Commit b7317b5

Browse files
committed
Add libBlocksRuntime.so
1 parent 422cee1 commit b7317b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg_swift_llvm.py

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def export_stdlibs(exported_dir, swift_build_tree):
141141
lib_dir = swift_build_tree / 'lib/swift' / platform
142142
patterns = [f'lib{dep}.*' for dep in (
143143
"dispatch",
144+
"BlocksRuntime",
144145
"swiftCore",
145146
"swift_*",
146147
"swiftGlibc",

0 commit comments

Comments
 (0)