mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +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" )
|
||||
else()
|
||||
set( INSTALLER_SUFFIX "x86" )
|
||||
set( INSTALLER_X64_MODE "ArchitecturesInstallIn64BitMode=x64")
|
||||
set( INSTALLER_X64_MODE "" )
|
||||
endif()
|
||||
|
||||
if( SIGN )
|
||||
|
Loading…
x
Reference in New Issue
Block a user