Update cmake to support MSVC arm64.

This commit is contained in:
Josh Matthews 2019-05-28 14:24:19 -04:00
parent f4fed0dd9a
commit 900794496a
2 changed files with 13 additions and 12 deletions

View file

@ -29,3 +29,4 @@ opt-level = 3
mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
iovec = { git = "https://github.com/servo/iovec.git", branch = "servo" }
remove_dir_all = { git = "https://github.com/XAMPPRocky/remove_dir_all" }
cmake = { git = "https://github.com/alexcrichton/cmake-rs" }