We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d611a commit cbc51b9Copy full SHA for cbc51b9
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