Skip to content

Commit

Permalink
Fixed crate type
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Sep 19, 2018
1 parent 2506d2f commit 06df1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/templates/Cargo.toml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = ["artifacts.json", "index.node"]

[lib]
name = "{{project.name.cargo.internal}}"
crate-type = ["dylib"]
crate-type = ["cdylib"]

[build-dependencies]
neon-build = "0.2.0"
Expand Down

0 comments on commit 06df1e4

Please sign in to comment.