Set BUILDING_AUDACITY for the executable only, as it was intended! ...

... otherwise, nontrivial plug-ins that include Audacity.h won't link on Windows
This commit is contained in:
Paul Licameli 2020-09-28 01:58:41 -04:00
parent 6fd04429b4
commit 6584ae0d41
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@
so it can find the files it needs at runtime */
#cmakedefine AUDACITY_NAME "@AUDACITY_NAME@"
/* Define we are compiling Audacity itself, not an Audacity plug-in */
#cmakedefine BUILDING_AUDACITY 1
/* Use system FFmpeg library and disable dynamic loading of it. */
#cmakedefine DISABLE_DYNAMIC_LOADING_FFMPEG 1