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)
|
include(packaging_deb)
|
||||||
elseif ("${PACKAGING}" STREQUAL "RPM")
|
elseif ("${PACKAGING}" STREQUAL "RPM")
|
||||||
include(packaging_rpm)
|
include(packaging_rpm)
|
||||||
elseif ("${PACKAGING}" STREQUAL "DARWIN")
|
elseif ("${PACKAGING}" STREQUAL "Bundle")
|
||||||
include(packaging_darwin)
|
include(packaging_bundle)
|
||||||
elseif (MSVC)
|
elseif (MSVC)
|
||||||
include(packaging_nsis)
|
include(packaging_nsis)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Reference in New Issue