From 2f036d64072e7d155cd552dcc4769d1022d865b7 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 12 Oct 2017 11:18:37 +0300 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e7a133..3d56e2a 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,10 @@ Workaround: add --arch=x86_mscoff or --arch=x86_64 to DUB commandline dub run --build=release --arch=x86_mscoff dlangide + dub run --build=release --arch=x86_64 dlangide -Both x86_mscoff and x86_64 have a dependency on linker from Visual Studio C++ compiler toolchain. +Note: unlike --arch=x86, both x86_mscoff and x86_64 have a dependency on linker from Visual Studio C++ compiler toolchain. Build tools