mirror of https://gitee.com/bigwinds/arangodb
Fix syntax
This commit is contained in:
parent
0559acea33
commit
71030ac006
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue