Win packaging: Fix 64-bit VC/GCC co-install issue

This commit is contained in:
DRC
2019-10-22 20:08:57 -05:00
parent 163f0b1965
commit 708f013f89
2 changed files with 12 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ endif()
if(BITS EQUAL 64)
set(INST_PLATFORM "${INST_PLATFORM} 64-bit")
set(INST_NAME ${INST_NAME}64)
set(INST_REG_NAME ${INST_DIR}64)
set(INST_REG_NAME ${INST_REG_NAME}64)
set(INST_DEFS ${INST_DEFS} -DWIN64)
endif()