Adapt paths for output_env.sh

Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
Elena Uziunaite
2024-11-19 16:23:15 +00:00
parent baf8e1b93a
commit c43c560fa5
+1 -1
View File
@@ -861,7 +861,7 @@ pre_check_tools () {
*) set "$@" RUN_ARMCC=0;;
esac
# Use a path relative to the currently-sourced file.
"$@" "${BASH_SOURCE%/*}"/../../scripts/output_env.sh
"$@" "${BASH_SOURCE%/*}"/../../framework/scripts/output_env.sh
}
pre_generate_files() {