Skip to content
Snippets Groups Projects
Commit b92f02aa authored by Josh Siegle's avatar Josh Siegle Committed by GitHub
Browse files

Merge pull request #103 from beOn/includesfix

put MAC_PACKAGE_DIR/include on header search path for all plugins
parents f88bcd52 93f35e5d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ GCC_WARN_UNDECLARED_SELECTOR = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
HEADER_SEARCH_PATHS = ../../../../JuceLibraryCode ../../../../JuceLibraryCode/modules ../../../../Source/Plugins/Headers $(inherited)
HEADER_SEARCH_PATHS = ../../../../JuceLibraryCode ../../../../JuceLibraryCode/modules ../../../../Source/Plugins/Headers $(MAC_PACKAGE_DIR)/include $(inherited)
INSTALL_PATH = $(HOME)/Applications/open-ephys.app/Contents/PlugIns
MACOSX_DEPLOYMENT_TARGET = 10.9
OTHER_LDFLAGS = $(inherited) -undefined dynamic_lookup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment