try and fix patch

This commit is contained in:
Manuel Friedli 2023-09-24 17:05:12 +02:00
parent cb6dab9330
commit edcfdd6e70
Signed by: manuel
GPG Key ID: 41D08ABA75634DA1
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
diff --git a/Installer/Makefile/Makefile b/Installer/Makefile/Makefile
--- a/Installer/Makefile/Makefile (revision 13e07c6012e5f6c56e1ffa0a4e95ecf50f65b5b5)
+++ b/Installer/Makefile/Makefile (date 1687818474336)
index c9b94f1..4b8f466 100755
--- a/Installer/Makefile/Makefile
+++ b/Installer/Makefile/Makefile
@@ -1,5 +1,5 @@
-BUILD_TOOL=msbuild
-BUILD_ARGS=/property:Platform=Any\ CPU /property:Configuration=Release
+BUILD_TOOL=dotnet msbuild
+BUILD_ARGS=/property:Platform=Any\ CPU /property:Configuration=Release /property:DefineConstants=ENABLE_GTK
BUILD_ARGS_DEBUG=/property:Platform=Any\ CPU /property:Configuration=Debug
NUGET_TOOL=nuget