Skip to content

Commit

Permalink
Turn of bitcode generation. Needed to link against libsphinx C libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBerisso committed Jan 25, 2016
1 parent 135e5ae commit d4e164c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TLSphinx.xcodeproj/project.pbxproj
Expand Up @@ -365,6 +365,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
Expand Down Expand Up @@ -395,6 +396,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
Expand Down

0 comments on commit d4e164c

Please sign in to comment.