mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 05:36:31 +01:00
fix logic error in CARBON_FLAT_INCLUDES logic (previous commit)
This commit is contained in:
parent
d636e1df90
commit
be83ea9f70
1 changed files with 2 additions and 2 deletions
|
|
@ -66,9 +66,9 @@
|
|||
// Include the regular ConditionalMacros.h too, since it has useful stuff that
|
||||
// TargetConditionals.h lacks for some reason.
|
||||
#if CoreAudio_Use_Framework_Includes
|
||||
#include "ConditionalMacros.h"
|
||||
#else
|
||||
#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/ConditionalMacros.h>
|
||||
#else
|
||||
#include "ConditionalMacros.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue