Skip to content

Commit

Permalink
Merge pull request #111 from michalmuskala/patch-1
Browse files Browse the repository at this point in the history
Add missing dependency on syntax_tools
  • Loading branch information
ferd authored Aug 31, 2024
2 parents 11e6caa + 7acccde commit 97455fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recon.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{vsn, "2.5.5"},
{modules, [recon, recon_alloc, recon_lib, recon_trace, recon_rec]},
{registered, []},
{applications, [kernel, stdlib]},
{applications, [kernel, stdlib, syntax_tools]},

{licenses, ["BSD"]},
{links, [{"Github", "https://github.com/ferd/recon/"},
Expand Down

0 comments on commit 97455fc

Please sign in to comment.