mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-03-01 17:27:36 +00:00
configure: fix --tempprefix option
It was broken in 091c9860559e4d33179747c5d651bc9e31bd76eb
This commit is contained in:
parent
fc3a03fcf9
commit
8794cfbbc5
4
configure
vendored
4
configure
vendored
@ -3765,7 +3765,9 @@ HOSTEXESUF=$(exesuf $host_os)
|
||||
|
||||
if [ -n "$tempprefix" ] ; then
|
||||
mktemp(){
|
||||
echo $tempprefix.${HOSTNAME}.${UID}
|
||||
tmpname="$tempprefix.${HOSTNAME}.${UID}"
|
||||
echo "$tmpname"
|
||||
mkdir "$tmpname"
|
||||
}
|
||||
elif ! check_cmd mktemp -u XXXXXX; then
|
||||
# simple replacement for missing mktemp
|
||||
|
Loading…
x
Reference in New Issue
Block a user