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

Temporarily force the Windows cmake arch to 32-bit

We can remove this when we support 64-bit on Windows.
This commit is contained in:
Leland Lucius 2020-02-12 08:46:21 -06:00
parent d28c2417db
commit efa759d7e7

View File

@ -35,6 +35,9 @@ if( WIN32 )
set( GETTEXT_VERSION "0.20.1.1" )
set( PYTHON_NAME "python2" )
set( PYTHON_VERSION "2.7.17" )
# For now, force the build to Win32 until we support 64-bit
set( CMAKE_GENERATOR_PLATFORM Win32 )
elseif( APPLE )
# Define the OSX compatibility parameters
set( CMAKE_OSX_ARCHITECTURES x86_64 CACHE INTERNAL "" )