forked from security/hakurei
internal/rosa/make: expose --host
This should be set alongside --build. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -16,6 +16,7 @@ func (t Toolchain) newZlib() pkg.Artifact {
|
||||
Env: []string{
|
||||
"CC=clang -fPIC",
|
||||
},
|
||||
Host: `""`,
|
||||
Build: `""`,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user