mirror of https://github.com/buggins/dlangide.git
update readme
This commit is contained in:
parent
c9eaf3f9bb
commit
2f036d6407
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue