diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-22 12:01:04 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-22 12:01:56 +0200 |
commit | 2dbe9edb06abfa7a0127344c6f5bb616b6654160 (patch) | |
tree | 3b94d51e0a1c595ca260007f07dbc5b257433a90 /configure | |
parent | 13c698fa26eaa91cc9310aac52ee5c45cf3f60f5 (diff) | |
download | qtlocation-mapboxgl-2dbe9edb06abfa7a0127344c6f5bb616b6654160.tar.gz |
write to correct file and add to gitignore
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -126,6 +126,6 @@ CONFIG+=" } } " -echo "${CONFIG}" > config.gypi +echo "${CONFIG}" > ${CONFIG_FILE} -cat config.gypi +cat ${CONFIG_FILE} |