mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
freebsd_build_tcc.sh: use an explicit --cc=clang
This commit is contained in:
parent
3c553f16ed
commit
e64a9fa592
6
.github/workflows/freebsd_build_tcc.sh
vendored
6
.github/workflows/freebsd_build_tcc.sh
vendored
@ -10,7 +10,11 @@ pushd .
|
|||||||
git clone git://repo.or.cz/tinycc.git
|
git clone git://repo.or.cz/tinycc.git
|
||||||
cd tinycc
|
cd tinycc
|
||||||
|
|
||||||
./configure --prefix=thirdparty/tcc \
|
export CC=clang
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--cc=clang \
|
||||||
|
--prefix=thirdparty/tcc \
|
||||||
--bindir=thirdparty/tcc \
|
--bindir=thirdparty/tcc \
|
||||||
--crtprefix=thirdparty/tcc/lib:/usr/lib \
|
--crtprefix=thirdparty/tcc/lib:/usr/lib \
|
||||||
--libpaths=thirdparty/tcc/lib:/usr/lib:/lib:/usr/local/lib \
|
--libpaths=thirdparty/tcc/lib:/usr/lib:/lib:/usr/local/lib \
|
||||||
|
Loading…
Reference in New Issue
Block a user