script codegen: Avoid modifying in-place a generated file.

This commit is contained in:
Simon Sapin 2017-01-19 17:13:35 +01:00
parent 71fb02953c
commit 0b9ff576e0
5 changed files with 29 additions and 34 deletions

View file

@ -18,7 +18,7 @@ debugmozjs = ['js/debugmozjs']
cmake = "0.1"
phf_codegen = "0.7.18"
phf_shared = "0.7.18"
regex = "0.2"
serde_json = "0.8"
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tinyfiledialogs = "2.5.9"