mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
compiler: support passing -cc to specify the desired C compiler
This commit is contained in:
parent
df593870ae
commit
d362f73af8
4 changed files with 35 additions and 20 deletions
1
make.bat
1
make.bat
|
@ -1,3 +1,4 @@
|
|||
rd /s /q vc
|
||||
git clone --depth 1 --quiet https://github.com/vlang/vc
|
||||
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o v2.exe vc/v_win.c
|
||||
v2.exe -o v.exe compiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue