add "msvc_deps_prefix" to Rule::IsReservedBinding()
authorNiklas Rosenstein <rosensteinniklas@gmail.com>
Sun, 6 Dec 2015 15:14:33 +0000 (16:14 +0100)
committerNiklas Rosenstein <rosensteinniklas@gmail.com>
Sun, 6 Dec 2015 15:14:33 +0000 (16:14 +0100)
commit41a1012b9a40e0b883bd5013c0c0a85e4348bb9d
tree27c6945be40d6bc1ea44f99b2554ee3f6ca47ca5
parent9d7213e43dcc66f2dccee3e6a97aacd700947671
add "msvc_deps_prefix" to Rule::IsReservedBinding()

fixes the error about an unexpected variable for a rule that
declares the msvc_deps_prefix. The manual suggests that this
should work since Ninja 1.5
(https://ninja-build.org/manual.html#ref_rule).

Closes #1043
src/eval_env.cc