Ticket #32068: patch-wscript.diff
File patch-wscript.diff, 1.1 KB (added by rudloff@…, 13 years ago) |
---|
-
wscript
old new 90 90 return dirvalue 91 91 92 92 conf.check_tool ('compiler_cc') 93 conf.check_tool ('osx') 93 94 conf.check_tool ('vala') 94 95 conf.check_tool ('glib2') 95 96 … … 353 354 if unique == 'yes' and conf.check_cfg (modversion='unique-1.0') == '1.0.4': 354 355 Utils.pprint ('RED', 'unique 1.0.4 found, this version is erroneous.') 355 356 Utils.pprint ('RED', 'Please use an older or newer version.') 357 conf.env['macbundle_PATTERN'] = '%s.so' 356 358 357 359 def set_options (opt): 358 360 def is_maemo (): return os.path.exists ('/etc/osso-af-init/') … … 368 370 default=disable, help='Disable ' + desc, dest='disable_' + option_) 369 371 370 372 opt.tool_options ('compiler_cc') 373 opt.tool_options ('osx') 371 374 opt.get_option_group ('--check-c-compiler').add_option('-d', '--debug-level', 372 375 action = 'store', default = '', 373 376 help = 'Specify the debugging level. [\'none\', \'debug\', \'full\']',