Skip to content

Commit 13c50ae

Browse files
authored
Merge pull request #4528 from esl/add-bbmustache
Include bbmustache in the release
2 parents b3292df + ef10db4 commit 13c50ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rebar.config.script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ BaseApps = [kernel, stdlib, sasl,
2424
{nksip, none},
2525
{nkservice, none},
2626
{nkpacket, none},
27-
{nklib, none}
27+
{nklib, none},
28+
{bbmustache, none}
2829
],
2930

3031
Apps = case os:getenv("DEVNODE") of

0 commit comments

Comments
 (0)