Use same header search path for release builds as for debug

This commit is contained in:
Jani Evökallio
2015-11-04 00:22:35 +00:00
parent d53197294f
commit ad8ed40bdf

View File

@@ -225,6 +225,8 @@
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../React/**",
"$(SRCROOT)/../../node_modules/react-native/React/**",
"$(SRCROOT)/node_modules/react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";