summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-09-03 14:07:10 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-09-03 14:59:18 -0700
commita6346051765fc3c7d476815fd20e150fb7ce6853 (patch)
tree3b08d81d2c8e4735ab049015fdd40501449986ed /configure
parent3eb05efde259d10714d8d0539a4fc6dba77a58d3 (diff)
downloadqtlocation-mapboxgl-a6346051765fc3c7d476815fd20e150fb7ce6853.tar.gz
Kill config.mk (fixes #456)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index a38c587d69..e8f880b543 100755
--- a/configure
+++ b/configure
@@ -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)