We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d0bc3 commit f9239c4Copy full SHA for f9239c4
1 file changed
.appveyor.yml
@@ -88,7 +88,7 @@ install:
88
echo "x64 fftw download complete"
89
}
90
91
- 7z e C:\fftw-3.3.5.zip -o$env:FFTW_ROOT
+ 7z e C:\fftw-3.3.5.zip -o$($env:FFTW_ROOT)
92
cd $env:FFTW_ROOT
93
94
if ($env:Platform -eq "x86") {
0 commit comments