mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: use gmake in freebsd_build_tcc.sh
This commit is contained in:
7
.github/workflows/freebsd_build_tcc.sh
vendored
7
.github/workflows/freebsd_build_tcc.sh
vendored
@@ -15,12 +15,15 @@ cd tinycc
|
||||
--crtprefix=thirdparty/tcc/lib:/usr/lib \
|
||||
--libpaths=thirdparty/tcc/lib:/usr/lib:/lib:/usr/local/lib \
|
||||
--debug
|
||||
make
|
||||
make install
|
||||
gmake
|
||||
gmake install
|
||||
|
||||
popd
|
||||
|
||||
mv tinycc/thirdparty/tcc thirdparty/tcc
|
||||
mv thirdparty/tcc/tcc thirdparty/tcc/tcc.exe
|
||||
|
||||
sudo ln -s $(pwd)/thirdparty/tcc/tcc.exe /usr/local/bin/tcc
|
||||
|
||||
thirdparty/tcc/tcc.exe -v -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user