Skip to content

Commit 0a01cb8

Browse files
committed
Include more dynamic libraries
1 parent 4c67171 commit 0a01cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg_swift_llvm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def export_stdlibs(exported_dir, swift_build_tree):
141141
lib_dir = swift_build_tree / 'lib/swift' / platform
142142
patterns = [f'libswift{dep}.*' for dep in (
143143
"Core",
144-
"_RegexParser",
144+
"_*",
145145
"Glibc",
146146
"Compatibility*",
147147
)]

0 commit comments

Comments
 (0)