Fixes typo in PKGBUILD script that prevents mingw-w64-lapack from building.

This commit is contained in:
Preetpal Sohal
2016-02-24 22:23:07 -08:00
parent 06e95f9dda
commit 3a524cd69c

View File

@@ -34,7 +34,7 @@ build()
-DCMAKE_Fortran_COMPILER:PATH=${PREFIX_DEPS}/bin/gfortran.exe \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_NEED_RESPOSE=ON \
-DCMAKE_NEED_RESPONSE=ON \
-DBUILD_TESTING=OFF \
../${_realname}-${pkgver}
make