Ticket #56666: patch-setupinfo-remove-xcrun-call.diff
File patch-setupinfo-remove-xcrun-call.diff, 444 bytes (added by kencu (Ken), 6 years ago) |
---|
-
setupinfo.py
old new 124 124 ]) 125 125 _library_dirs = _prefer_reldirs(base_dir, library_dirs(static_library_dirs)) 126 126 _cflags = cflags(static_cflags) 127 _ldflags = ['-isysroot', get_xcode_isysroot()] if sys.platform == 'darwin' elseNone127 _ldflags = None 128 128 _define_macros = define_macros() 129 129 _libraries = libraries() 130 130