mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-22 13:50:40 +07:00
chore: support cross compilation
This commit is contained in:
@ -18,8 +18,7 @@ git clone https://github.com/daeuniverse/dae.git
|
||||
cd dae
|
||||
git submodule update --init
|
||||
## Minimal dependency build
|
||||
make GOFLAGS="-buildvcs=false" \
|
||||
CC=clang
|
||||
make GOFLAGS="-buildvcs=false" CC=clang KEEP_CGO_ENVS=1
|
||||
|
||||
## Normal build
|
||||
#make
|
||||
|
Reference in New Issue
Block a user