extra/lensfun fix

This commit is contained in:
Kevin Mihelich 2017-01-07 02:20:22 +00:00
parent cc4a76e034
commit 2467810039

View file

@ -31,7 +31,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_FOR_SSE=off \
-DBUILD_FOR_SSE2=off\
-DBUILD_FOR_SSE2=off
make all
}