Fix up generated artifact naming to include full unspaced channel name as well as arch.

This commit is contained in:
Shyotl
2016-05-01 23:05:34 -05:00
parent df0b7a08cf
commit 9e354801d8
3 changed files with 8 additions and 4 deletions

View File

@@ -172,6 +172,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(CMAKE_OSX_ARCHITECTURES i386)
set(ARCH i386)
set(WORD_SIZE 32)
set(AUTOBUILD_PLATFORM_NAME "darwin")
set(LL_ARCH ${ARCH}_darwin)
set(LL_ARCH_DIR universal-darwin)