Changeset 122365 in webkit for trunk/Source/JavaScriptCore/wscript
- Timestamp:
- Jul 11, 2012, 1:23:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wscript
r112560 r122365 34 34 import Options 35 35 36 jscore_excludes = ['jsc.cpp', 'ExecutableAllocatorPosix.cpp', 'LLIntOffsetsExtractor.cpp' ]36 jscore_excludes = ['jsc.cpp', 'ExecutableAllocatorPosix.cpp', 'LLIntOffsetsExtractor.cpp', 'udis86_itab.c'] 37 37 jscore_exclude_patterns = get_port_excludes(Options.options.port) 38 38 jscore_exclude_patterns.append('*None.cpp') … … 46 46 else: 47 47 jscore_excludes.append('JSStringRefBSTR.cpp') 48 49 if sys.platform.startswith('darwin'):50 jscore_excludes.append('GCActivityCallback.cpp') # this is an empty impl.51 48 52 49 bld.env.LIBDIR = output_dir
Note:
See TracChangeset
for help on using the changeset viewer.