gentoo-overlay/app-backup/duplicati/files/001-Makefile.patch

12 lines
551 B
Diff

diff --git a/Installer/Makefile/Makefile b/Installer/Makefile/Makefile
--- a/Installer/Makefile/Makefile (revision 13e07c6012e5f6c56e1ffa0a4e95ecf50f65b5b5)
+++ b/Installer/Makefile/Makefile (date 1687818474336)
@@ -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