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

13 lines
516 B
Diff
Raw Normal View History

2023-06-17 01:56:16 +02:00
diff --git a/Installer/Makefile/Makefile b/Installer/Makefile/Makefile
2023-06-17 02:39:53 +02:00
index 550e7b9..48bc8fc 100755
2023-06-17 01:56:16 +02:00
--- a/Installer/Makefile/Makefile
+++ b/Installer/Makefile/Makefile
2023-06-17 02:39:53 +02:00
@@ -1,5 +1,5 @@
2023-06-17 01:56:16 +02:00
-BUILD_TOOL=msbuild
2023-06-17 02:39:53 +02:00
-BUILD_ARGS=/property:Platform=Any\ CPU /property:Configuration=Release
2023-06-17 01:56:16 +02:00
+BUILD_TOOL=dotnet msbuild
2023-06-17 02:39:53 +02:00
+BUILD_ARGS=/property:Platform=Any\ CPU /property:Configuration=Release /property:DefineConstants=ENABLE_GTK
2023-06-17 01:56:16 +02:00
BUILD_ARGS_DEBUG=/property:Platform=Any\ CPU /property:Configuration=Debug
2023-06-17 02:39:53 +02:00
NUGET_TOOL=nuget