mirror of
https://github.com/buggins/dlangide.git
synced 2025-04-26 13:09:54 +03:00
update readme
This commit is contained in:
parent
c9eaf3f9bb
commit
2f036d6407
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue