Skip to content

Commit 03d88c6

Browse files
authored
Merge pull request #3750 from shahmishal/fix-playground-support
[Preset] Add Playground Support to OS X package
2 parents 8c10586 + 7da164b commit 03d88c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/build-presets.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ watchos
728728
lldb
729729
llbuild
730730
swiftpm
731+
playgroundlogger
732+
playgroundsupport
731733

732734
# Build with debug info, this allows us to symbolicate crashes from
733735
# production builds.
@@ -743,11 +745,15 @@ build-ninja
743745
build-swift-static-stdlib
744746
build-swift-stdlib-unittest-extra
745747
compiler-vendor=apple
748+
playgroundlogger-build-type=Release
749+
playgroundsupport-build-type=Release
746750

747751
install-swift
748752
install-lldb
749753
install-llbuild
750754
install-swiftpm
755+
install-playgroundlogger
756+
install-playgroundsupport
751757

752758
install-destdir=%(install_destdir)s
753759

0 commit comments

Comments
 (0)