qtbase-setup-hook: don't use envBuildHostHooks

This commit is contained in:
rewine 2023-04-03 15:05:56 +08:00 committed by rewine
parent a0402498c2
commit df8475e786
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

@ -61,7 +61,7 @@ else # Only set up Qt once.
QTTOOLSPATH="${QTTOOLSPATH}${QTTOOLSPATH:+:}$1/libexec"
fi
}
envBuildHostHooks+=(qtToolsHook)
addEnvHooks "$hostOffset" qtToolsHook
postPatchMkspecs() {
# Prevent this hook from running multiple times