Skip to content

Commit 93b96c5

Browse files
committed
Updated for new build system
1 parent b40d115 commit 93b96c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
targets: ["Curses"]),
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/TangoGolfDigital/CNCURSES.git", from: "1.0.0"),
14+
.package(url: "https://github.com/TheCoderMerlin/CNCURSES.git", from: "1.0.0"),
1515
],
1616
targets: [
1717
.target(

make.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
makeSwift "$@"

0 commit comments

Comments
 (0)