Skip to content

Commit 349ff6a

Browse files
committed
Package resource-dir
1 parent 4c67171 commit 349ff6a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pkg_swift_llvm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ def export_sdk(tgt, swift_source_tree, swift_build_tree):
133133
shutil.copytree(swift_source_tree / "stdlib" / "public" / "SwiftShims" / "swift" / "shims",
134134
tgt / "usr" / "lib" / "swift" / "shims",
135135
ignore=shutil.ignore_patterns('CMakeLists.txt'))
136+
shutil.copytree(swift_build_tree/ "lib" / "swift",
137+
tgt / "resource-dir")
136138

137139

138140
def export_stdlibs(exported_dir, swift_build_tree):

swift-build-presets

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[preset: codeql-baseline]
22
llvm-cmake-options=-DLLVM_ENABLE_TERMINFO=OFF -DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64
33

4-
skip-ios
5-
skip-tvos
6-
skip-watchos
7-
84
skip-test-osx
95
skip-test-linux
106
skip-test-swiftpm
@@ -41,6 +37,9 @@ bootstrapping=hosttools
4137

4238
[preset: codeql-macOS]
4339
mixin-preset=codeql-release
40+
ios
41+
tvos
42+
watchos
4443
bootstrapping=bootstrapping
4544

4645
[preset: codeql-debug]

0 commit comments

Comments
 (0)