mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Make sure that 'libardour-config,h' only gets #included when building with waf (as it only gets generated when building with waf)
When building with MSVC this was getting #included in a few places which had the effect of making my session files get generated in a very old format.
This commit is contained in:
parent
b69d818ce9
commit
2124fb72ea
3 changed files with 6 additions and 0 deletions
|
|
@ -45,7 +45,9 @@
|
|||
#include "pbd/windows_special_dirs.h"
|
||||
#endif
|
||||
|
||||
#ifdef WAF_BUILD
|
||||
#include "libardour-config.h"
|
||||
#endif
|
||||
|
||||
#include "ardour/audio_buffer.h"
|
||||
#include "ardour/audioengine.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue