mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-23 17:25:54 +01:00
Fixes x86 install location on Windows 64
This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user