1
0
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:
Leland Lucius
2020-02-12 13:08:41 -06:00
parent 85219e371c
commit db70394964
3 changed files with 28 additions and 11 deletions

View File

@@ -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
>