Update get-swift for bionic

This commit is contained in:
Anthony Sottile 2020-01-12 09:26:44 -08:00
parent 4eea90c26c
commit 76a184eb07
3 changed files with 9 additions and 7 deletions

View file

@ -1,5 +1,7 @@
// swift-tools-version:5.0
import PackageDescription
let package = Package(
name: "swift_hooks_repo"
name: "swift_hooks_repo",
targets: [.target(name: "swift_hooks_repo")]
)