Skip to content
Snippets Groups Projects
Commit c7fb9006 authored by jsiegle's avatar jsiegle
Browse files

Updated XCode project with new search paths

parent 774d116c
Branches
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
# 2. binaries
Builds/Linux/build/open-ephys
Resources/Fonts/font_serializer/Builds/Linux/build/
JuceLibraryCode/jucer/Builds/Linux/build
# 3. extra files
Builds/Linux/build/data
......
......@@ -487,7 +487,7 @@
C3E8FB47D6069235EA9D6FD7 = { isa = XCBuildConfiguration; buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
PREBINDING = NO;
HEADER_SEARCH_PATHS = " $(inherited)";
HEADER_SEARCH_PATHS = "/usr/local/include /usr/local/include/freetype2 $(inherited)";
GCC_OPTIMIZATION_LEVEL = 0;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
......@@ -504,7 +504,7 @@
5D7484BAF16E272FF0E9EEAE = { isa = XCBuildConfiguration; buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
PREBINDING = NO;
HEADER_SEARCH_PATHS = " $(inherited)";
HEADER_SEARCH_PATHS = "/usr/local/include /usr/local/include/freetype2 $(inherited)";
GCC_OPTIMIZATION_LEVEL = 3;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment