Fixed wrapper module rebuild dependencies on the Makefile file in the HelloPlaydate example target.
This commit is contained in:
+4
-2
@@ -11,8 +11,10 @@ let package = Package(
|
||||
),
|
||||
],
|
||||
dependencies: [
|
||||
// Documentation generation only; not linked into the library.
|
||||
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.0"),
|
||||
.package(
|
||||
url: "https://github.com/swiftlang/swift-docc-plugin",
|
||||
from: "1.4.0"
|
||||
),
|
||||
],
|
||||
targets: [
|
||||
// The Playdate C API headers, resolved through the "playdate"
|
||||
|
||||
Reference in New Issue
Block a user