Ignore:
Timestamp:
Feb 27, 2014, 1:35:14 PM (11 years ago)
Author:
[email protected]
Message:

Unreviewed build fix for Mac tools after r164814

  • Configurations/ToolExecutable.xcconfig:
  • Added JavaScriptCore.framework/PrivateHeaders to ToolExecutable include path.
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • Changed productName to testRegExp for testRegExp target.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig

    r162434 r164827  
    5050OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
    5151OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS);
     52
     53// Explicitly add the PrivateHeaders directory to the search path so that generated header files can be found in production builds.
     54HEADER_SEARCH_PATHS = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/PrivateHeaders $(inherited);
Note: See TracChangeset for help on using the changeset viewer.