fish: Add arm64cc-env alias
This commit is contained in:
parent
6199fcd85e
commit
172618c6dc
|
@ -21,6 +21,12 @@ function _fetch
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function arm64cc-env
|
||||||
|
export ARCH=arm64
|
||||||
|
export hardeningDisable=all
|
||||||
|
export CROSS_COMPILE=aarch64-linux-gnu-
|
||||||
|
end
|
||||||
|
|
||||||
if which pyenv > /dev/null 2>&1
|
if which pyenv > /dev/null 2>&1
|
||||||
pyenv init - | source
|
pyenv init - | source
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue