mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
generator.py: add $GOARCH to makepkg-cross-*.conf
This commit is contained in:
parent
35a79363a4
commit
ec9a8c0750
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ SRCEXT='.src.tar.gz'
|
|||
conf += f'''
|
||||
|
||||
export ARCH="{COMPILE_ARCHES[arch]}"
|
||||
export GOARCH="$ARCH"
|
||||
export CROSS_COMPILE="{hostspec}-"
|
||||
export CC="{hostspec}-gcc {includes} {libs}"
|
||||
export CXX="{hostspec}-g++ {includes} {libs}"
|
||||
|
|
Loading…
Add table
Reference in a new issue