mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
extensions: don't export, declare -g
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
|
||||
function add_host_dependencies__add_arm64_c_plus_plus_compiler() {
|
||||
display_alert "Adding arm64 c++ compiler to host dependencies" "g++" "debug"
|
||||
export EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} g++-aarch64-linux-gnu g++" # @TODO: convert to array later
|
||||
declare -g EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} g++-aarch64-linux-gnu g++" # @TODO: convert to array later
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user