Skip to content

Commit

Permalink
Cargo.toml - building singlepass-backend without default features w…
Browse files Browse the repository at this point in the history
…orks
  • Loading branch information
YaronWittenstein committed Aug 22, 2019
1 parent 4fcf61f commit dd705d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime-c-api/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ default = ["cranelift-backend"]
debug = ["wasmer-runtime/debug"]
cranelift-backend = ["wasmer-runtime/cranelift", "wasmer-runtime/default-backend-cranelift"]
llvm-backend = ["wasmer-runtime/llvm"]
singlepass-backend = ["wasmer-runtime/singlepass"]
singlepass-backend = ["wasmer-runtime/singlepass", "wasmer-runtime/default-backend-singlepass"]

[build-dependencies]
cbindgen = "0.9.0"

0 comments on commit dd705d8

Please sign in to comment.