1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-14 16:46:28 +01:00

Fix debug/release builds on Mac

This commit is contained in:
Leland Lucius
2020-07-25 03:40:15 -05:00
parent df8b7f52ce
commit 71b4e932ad
2 changed files with 109 additions and 48 deletions

View File

@@ -40,10 +40,13 @@ if( wxWidgets_FOUND )
set( DEFINES
INTERFACE
${wxWidgets_DEFINITIONS}
${wxWidgets_DEFINITIONS_GENERAL}
$<$<CONFIG:Debug>:
${wxWidgets_DEFINITIONS_DEBUG}
>
$<$<NOT:$<CONFIG:Debug>>:
${wxWidgets_DEFINITIONS_OPTIMIZED}
>
)
set( LINKDIRS