mirror of https://gitee.com/bigwinds/arangodb
We sue 'Bundle' for the macos packages.
This commit is contained in:
parent
045c2b52a6
commit
0d0fcbb82f
|
@ -51,8 +51,8 @@ if ("${PACKAGING}" STREQUAL "DEB")
|
|||
include(packaging_deb)
|
||||
elseif ("${PACKAGING}" STREQUAL "RPM")
|
||||
include(packaging_rpm)
|
||||
elseif ("${PACKAGING}" STREQUAL "DARWIN")
|
||||
include(packaging_darwin)
|
||||
elseif ("${PACKAGING}" STREQUAL "Bundle")
|
||||
include(packaging_bundle)
|
||||
elseif (MSVC)
|
||||
include(packaging_nsis)
|
||||
endif ()
|
||||
|
|
Loading…
Reference in New Issue