Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-05-06 02:52:02 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-05-06 02:52:02 +0300
commit2ee92d5716989c096de1992a1dc8762bf78d0b6f (patch)
tree82e16e9d8d808bfb8ef2469a0207cc0197251a4b /Installer
parent50ed059e11efeb73a5d0943f5349f64064e19c8c (diff)
Update Makefile to use msbuild instead of xbuild.
This fixes #4454.
Diffstat (limited to 'Installer')
-rwxr-xr-xInstaller/Makefile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/Makefile/Makefile b/Installer/Makefile/Makefile
index 691dd74cb..550e7b9f1 100755
--- a/Installer/Makefile/Makefile
+++ b/Installer/Makefile/Makefile
@@ -1,4 +1,4 @@
-BUILD_TOOL=xbuild
+BUILD_TOOL=msbuild
BUILD_ARGS=/property:Platform=Any\ CPU /property:Configuration=Release
BUILD_ARGS_DEBUG=/property:Platform=Any\ CPU /property:Configuration=Debug