1
0
Fork 0

Fix syntax

This commit is contained in:
Wilfried Goesgens 2016-08-08 18:34:52 +02:00
parent 0559acea33
commit 71030ac006
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ if [ -n "$CXX" ]; then
CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DCMAKE_CXX_COMPILER=${CXX}"
fi
if [ -z "${MSVC}"]; then
if [ -z "${MSVC}" ]; then
# MSVC doesn't know howto do assembler in first place.
CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DUSE_OPTIMIZE_FOR_ARCHITECTURE=Off"
fi