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")
|
||||
option(DARWIN "Building for MacOS" ON)
|
||||
else ()
|
||||
option(DARWIN "Building for MacOS" OF)
|
||||
option(DARWIN "Building for MacOS" OFF)
|
||||
endif ()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue