1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Fixes x86 install location on Windows 64

This commit is contained in:
Dmitry Vedenko 2021-06-28 13:08:26 +03:00
parent 8fa37c729e
commit 6ef767282d

View File

@ -12,10 +12,10 @@
if( BUILDING_64_BIT )
set( INSTALLER_SUFFIX "x64" )
set( INSTALLER_X64_MODE "ArchitecturesInstallIn64BitMode=x64")
set( INSTALLER_X64_MODE "ArchitecturesInstallIn64BitMode=x64" )
else()
set( INSTALLER_SUFFIX "x86" )
set( INSTALLER_X64_MODE "ArchitecturesInstallIn64BitMode=x64")
set( INSTALLER_X64_MODE "" )
endif()
if( SIGN )