Skip to content

Commit 93f35e5

Browse files
committed
put MAC_PACKAGE_DIR/include on header search path for all plugins
1 parent b780f37 commit 93f35e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Builds/MacOSX/Plugins/Config/Plugin.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GCC_WARN_UNDECLARED_SELECTOR = YES
4646
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
4747
GCC_WARN_UNUSED_FUNCTION = YES
4848
GCC_WARN_UNUSED_VARIABLE = YES
49-
HEADER_SEARCH_PATHS = ../../../../JuceLibraryCode ../../../../JuceLibraryCode/modules ../../../../Source/Plugins/Headers $(inherited)
49+
HEADER_SEARCH_PATHS = ../../../../JuceLibraryCode ../../../../JuceLibraryCode/modules ../../../../Source/Plugins/Headers $(MAC_PACKAGE_DIR)/include $(inherited)
5050
INSTALL_PATH = $(HOME)/Applications/open-ephys.app/Contents/PlugIns
5151
MACOSX_DEPLOYMENT_TARGET = 10.9
5252
OTHER_LDFLAGS = $(inherited) -undefined dynamic_lookup

0 commit comments

Comments
 (0)