Ticket #56666: patch-setupinfo-remove-xcrun-call.diff

File patch-setupinfo-remove-xcrun-call.diff, 444 bytes (added by kencu (Ken), 6 years ago)

patch out call to xcrun

  • setupinfo.py

    old new  
    124124        ])
    125125    _library_dirs = _prefer_reldirs(base_dir, library_dirs(static_library_dirs))
    126126    _cflags = cflags(static_cflags)
    127     _ldflags = ['-isysroot', get_xcode_isysroot()] if sys.platform == 'darwin' else None
     127    _ldflags = None
    128128    _define_macros = define_macros()
    129129    _libraries = libraries()
    130130