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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user