Ignore:
Timestamp:
Jul 11, 2012, 1:23:39 PM (13 years ago)
Author:
[email protected]
Message:

[wx] Unreviewed build fix. Don't try to build udis86_itab.c since it's included by another file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wscript

    r112560 r122365  
    3434    import Options
    3535
    36     jscore_excludes = ['jsc.cpp', 'ExecutableAllocatorPosix.cpp', 'LLIntOffsetsExtractor.cpp']
     36    jscore_excludes = ['jsc.cpp', 'ExecutableAllocatorPosix.cpp', 'LLIntOffsetsExtractor.cpp', 'udis86_itab.c']
    3737    jscore_exclude_patterns = get_port_excludes(Options.options.port)
    3838    jscore_exclude_patterns.append('*None.cpp')
     
    4646        else:
    4747            jscore_excludes.append('JSStringRefBSTR.cpp')
    48 
    49     if sys.platform.startswith('darwin'):
    50         jscore_excludes.append('GCActivityCallback.cpp') # this is an empty impl.
    5148
    5249    bld.env.LIBDIR = output_dir
Note: See TracChangeset for help on using the changeset viewer.