diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2014-09-03 14:07:10 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2014-09-03 14:59:18 -0700 |
commit | a6346051765fc3c7d476815fd20e150fb7ce6853 (patch) | |
tree | 3b08d81d2c8e4735ab049015fdd40501449986ed /configure | |
parent | 3eb05efde259d10714d8d0539a4fc6dba77a58d3 (diff) | |
download | qtlocation-mapboxgl-a6346051765fc3c7d476815fd20e150fb7ce6853.tar.gz |
Kill config.mk (fixes #456)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -133,12 +133,3 @@ if __name__ == '__main__': write('config.gypi', "# Do not edit. Generated by the configure script.\n" + pprint.pformat(output, indent=2) + "\n") - - config = { - 'BUILDTYPE': 'Debug' if options.debug else 'Release', - 'PYTHON': sys.executable, - } - config = '\n'.join(map('='.join, config.iteritems())) + '\n' - - write('config.mk', - '# Do not edit. Generated by the configure script.\n' + config) |