mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[DOC] Fix vssetup.cmd
arguments
This commit is contained in:
parent
b0a4e2399b
commit
df11c073f3
1 changed files with 5 additions and 3 deletions
|
@ -99,16 +99,18 @@ sh ../../ruby/configure -C --disable-install-doc --with-opt-dir=C:\Users\usernam
|
||||||
To cross build arm64 binary:
|
To cross build arm64 binary:
|
||||||
|
|
||||||
```
|
```
|
||||||
cmd /k win32\vssetup.cmd -arch arm64
|
cmd /k win32\vssetup.cmd -arch=arm64
|
||||||
```
|
```
|
||||||
|
|
||||||
To cross build x64 binary:
|
To cross build x64 binary:
|
||||||
|
|
||||||
```
|
```
|
||||||
cmd /k win32\vssetup.cmd -arch x64
|
cmd /k win32\vssetup.cmd -arch=x64
|
||||||
```
|
```
|
||||||
|
|
||||||
See `win32\vssetup.cmd -help` for other command line options.
|
This batch file is a wrapper of `vsdevcmd.bat` and options are
|
||||||
|
passed to it as-is. `win32\vssetup.cmd -help` for other command
|
||||||
|
line options.
|
||||||
|
|
||||||
**Note** building ruby requires following commands.
|
**Note** building ruby requires following commands.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue