Skip to content

Commit

Permalink
semgrep-core: add some missing tool dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Aug 12, 2021
1 parent 5e4cdd6 commit 2b30bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion semgrep-core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ COMMENT= Lightweight static analysis for many languages
LICENSE= gnu-lgpl-v2.1

TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
TOOL_DEPENDS+= mccs-[0-9]*:../../wip/mccs

UNLIMIT_RESOURCES+= stacksize # needed by parsexp
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
USE_TOOLS+= gmake pkg-config bash:build
WRKSRC= ${WRKDIR}/semgrep

MAKE_ENV+= HOMEBREW_SYSTEM=fake
Expand Down

0 comments on commit 2b30bb8

Please sign in to comment.