mirror of https://gitee.com/bigwinds/arangodb
fixed typo in build instructions
This commit is contained in:
parent
3bbc03d327
commit
e09328341c
|
@ -131,7 +131,7 @@ endif ()
|
||||||
if (BUILD_PACKAGE STREQUAL "dmg-cli")
|
if (BUILD_PACKAGE STREQUAL "dmg-cli")
|
||||||
option(DARWIN "Building for MacOS" ON)
|
option(DARWIN "Building for MacOS" ON)
|
||||||
else ()
|
else ()
|
||||||
option(DARWIN "Building for MacOS" OF)
|
option(DARWIN "Building for MacOS" OFF)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue