mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fixes x86 install location on Windows 64
This commit is contained in:
parent
8fa37c729e
commit
6ef767282d
@ -12,10 +12,10 @@
|
|||||||
|
|
||||||
if( BUILDING_64_BIT )
|
if( BUILDING_64_BIT )
|
||||||
set( INSTALLER_SUFFIX "x64" )
|
set( INSTALLER_SUFFIX "x64" )
|
||||||
set( INSTALLER_X64_MODE "ArchitecturesInstallIn64BitMode=x64")
|
set( INSTALLER_X64_MODE "ArchitecturesInstallIn64BitMode=x64" )
|
||||||
else()
|
else()
|
||||||
set( INSTALLER_SUFFIX "x86" )
|
set( INSTALLER_SUFFIX "x86" )
|
||||||
set( INSTALLER_X64_MODE "ArchitecturesInstallIn64BitMode=x64")
|
set( INSTALLER_X64_MODE "" )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if( SIGN )
|
if( SIGN )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user