fix: cc maybe empty

This commit is contained in:
zijiren233 2024-09-19 19:01:56 +08:00
parent c426b65e81
commit dcb131537b
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ function initCGODeps() {
initDefaultCGODeps "$@" || return $?
PATH=${EXTRA_PATH:+$EXTRA_PATH:}$PATH absCCCXX || return ?
PATH=${EXTRA_PATH:+$EXTRA_PATH:}$PATH absCCCXX || return $?
return 0
}