Merge pull request #255 from wasmerio/fix/windows-build-llvm-warning

remove unnecessary conditional compilation in cargo file for windows
This commit is contained in:
Syrus Akbary 2019-03-08 12:51:18 -08:00 committed by GitHub
commit cee1c0ac55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,9 +30,6 @@ wasmer-emscripten = { path = "lib/emscripten" }
wasmer-llvm-backend = { path = "lib/llvm-backend" }
[workspace]
members = ["lib/clif-backend", "lib/runtime", "lib/runtime-core", "lib/emscripten", "lib/spectests", "lib/win-exception-handler", "lib/runtime-c-api"]
[target.'cfg(not(windows))'.workspace]
members = ["lib/clif-backend", "lib/runtime", "lib/runtime-core", "lib/emscripten", "lib/spectests", "lib/win-exception-handler", "lib/runtime-c-api", "lib/llvm-backend"]
[build-dependencies]