Skip to content

Commit b687a0a

Browse files
committed
[Preset] Add Playground Support to OS X package
1 parent 9894ac5 commit b687a0a

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
@@ -731,6 +731,8 @@ watchos
731731
lldb
732732
llbuild
733733
swiftpm
734+
playgroundlogger
735+
playgroundsupport
734736

735737
# Build with debug info, this allows us to symbolicate crashes from
736738
# production builds.
@@ -747,11 +749,15 @@ build-swift-static-stdlib
747749
build-swift-static-sdk-overlay
748750
build-swift-stdlib-unittest-extra
749751
compiler-vendor=apple
752+
playgroundlogger-build-type=Release
753+
playgroundsupport-build-type=Release
750754

751755
install-swift
752756
install-lldb
753757
install-llbuild
754758
install-swiftpm
759+
install-playgroundlogger
760+
install-playgroundsupport
755761

756762
install-destdir=%(install_destdir)s
757763

0 commit comments

Comments
 (0)