mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Changes to detect 64-bit builds correctly
This commit is contained in:
@@ -989,6 +989,12 @@ list( APPEND DEFINES
|
||||
wxDEBUG_LEVEL=0
|
||||
WXINTL_NO_GETTEXT_MACRO
|
||||
WXUSINGDLL
|
||||
$<$<BOOL:${HAVE_LRINT}>:
|
||||
HAVE_LRINT
|
||||
>
|
||||
$<$<BOOL:${HAVE_LRINTF}>:
|
||||
HAVE_LRINTF
|
||||
>
|
||||
$<$<BOOL:${HAVE_MLOCK}>:
|
||||
HAVE_MLOCK
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user