|
@ -346,7 +346,7 @@ def write(filename, data): |
|
|
f.write(data) |
|
|
f.write(data) |
|
|
|
|
|
|
|
|
write('config.gypi', "# Do not edit. Generated by the configure script.\n" + |
|
|
write('config.gypi', "# Do not edit. Generated by the configure script.\n" + |
|
|
pprint.pformat(output, indent=2)) |
|
|
pprint.pformat(output, indent=2) + "\n") |
|
|
|
|
|
|
|
|
write('config.mk', "# Do not edit. Generated by the configure script.\n" + |
|
|
write('config.mk', "# Do not edit. Generated by the configure script.\n" + |
|
|
("BUILDTYPE=%s\n" % ('Debug' if options.debug else 'Release'))) |
|
|
("BUILDTYPE=%s\n" % ('Debug' if options.debug else 'Release'))) |
|
|