Revision 9b7a6c52

View differences:

configure
346 346
  f.write(data)
347 347

  
348 348
write('config.gypi', "# Do not edit. Generated by the configure script.\n" +
349
  pprint.pformat(output, indent=2))
349
  pprint.pformat(output, indent=2) + "\n")
350 350

  
351 351
write('config.mk', "# Do not edit. Generated by the configure script.\n" +
352 352
  ("BUILDTYPE=%s\n" % ('Debug' if options.debug else 'Release')))

Also available in: Unified diff