Fix variable name of fftw3 build script
This commit is contained in:
parent
5ab621cb66
commit
c02dbf2722
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ffbuild_enabled() {
|
|||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT_PINNED" fftw3
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" fftw3
|
||||
cd fftw3
|
||||
|
||||
local myconf=(
|
||||
|
|
Loading…
Reference in a new issue