Skip to content
Snippets Groups Projects
Commit d0abe5ec authored by Stuart Layton's avatar Stuart Layton
Browse files

modified xcode project file to work on my machine

parent f05250cd
No related branches found
No related tags found
No related merge requests found
......@@ -988,6 +988,8 @@
HEADER_SEARCH_PATHS = (
/usr/local/include/freetype2,
/usr/local/include,
/opt/local/include,
/opt/local/include/freetype2,
);
LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/libokFrontPanel.dylib";
LIBRARY_SEARCH_PATHS = /opt/local/lib;
......@@ -1016,6 +1018,8 @@
HEADER_SEARCH_PATHS = (
/usr/local/include/freetype2,
/usr/local/include,
/opt/local/include,
/opt/local/include/freetype2,
);
LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/libokFrontPanel.dylib";
LIBRARY_SEARCH_PATHS = /opt/local/lib;
......
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