Add MACOSX_DEPLOYMENT_TARGET to taskfiles

This commit is contained in:
Lea Anthony
2023-09-08 11:23:38 +10:00
parent b6fc66ba0d
commit 00feccbb77
19 changed files with 46 additions and 5 deletions
+1
View File
@@ -19,6 +19,7 @@ tasks:
env:
CGO_CFLAGS: "-mmacosx-version-min=10.13"
CGO_LDFLAGS: "-mmacosx-version-min=10.13"
MACOSX_DEPLOYMENT_TARGET: "10.13"
build:windows:
summary: Builds the application for Windows