From 5e139dea7f7961ac8f6e0aeaf308733c529bec81 Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Fri, 16 Feb 2024 06:42:42 -0600 Subject: [PATCH] Refactor default target type --- .gitignore | 3 +++ dub.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3f2376..abcc2be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +bin/ + +# Environment Configuration .envrc # Dub diff --git a/dub.json b/dub.json index c411fdf..d737152 100644 --- a/dub.json +++ b/dub.json @@ -10,7 +10,8 @@ "./examples/shapes" ], "systemDependencies": "Playdate SDK >= 1.12.1", - "targetType": "sourceLibrary", + "targetPath": "bin", + "targetType": "staticLibrary", "configurations": [ { "name": "library",