Ticket #39598: g-ir-scanner_DYLD-PRINT.patch
File g-ir-scanner_DYLD-PRINT.patch, 329 bytes (added by larryv (Lawrence Velázquez), 11 years ago) |
---|
-
g-ir-scanner
old new 20 20 # 21 21 22 22 import os 23 os.environ['DYLD_PRINT_OPTS'] = '1' 24 os.environ['DYLD_PRINT_ENV'] = '1' 25 os.environ['DYLD_PRINT_LIBRARIES'] = '1' 26 23 27 import sys 24 28 import __builtin__ 25 29