compiler: support passing -cc to specify the desired C compiler

This commit is contained in:
Delyan Angelov 2019-08-23 11:42:48 +03:00 committed by Alexander Medvednikov
parent df593870ae
commit d362f73af8
4 changed files with 35 additions and 20 deletions

View file

@ -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