Skip to content

Commit

Permalink
cargo_opts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lattenwald committed Nov 7, 2022
1 parent 5580c0a commit 82c29a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
%% version should match with crates/tdlib-nif/Cargo.toml
{post_hooks, [{"(linux|darwin|solaris)", compile, "cp -f priv/crates/tdlib_nif/0.2.0/release/libtdlib_nif.so priv/"}]}.

{cargo_opts, [{release, true}]}.

{profiles, [
{docs, [
{deps, [{edown, "0.8.4"}]},
Expand Down

0 comments on commit 82c29a9

Please sign in to comment.