Fixed wrapper module rebuild dependencies on the Makefile file in the HelloPlaydate example target.

This commit is contained in:
2026-07-25 10:29:30 +02:00
parent 1d9504c225
commit 6594794cec
4 changed files with 79 additions and 6 deletions
+4 -2
View File
@@ -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"