mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 00:50:05 +02:00
Fixes x86 install location on Windows 64
This commit is contained in:
parent
8fa37c729e
commit
6ef767282d
@ -15,7 +15,7 @@ if( BUILDING_64_BIT )
|
|||||||
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