We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4cdd6 commit 2b30bb8Copy full SHA for 2b30bb8
semgrep-core/Makefile
@@ -16,10 +16,11 @@ COMMENT= Lightweight static analysis for many languages
16
LICENSE= gnu-lgpl-v2.1
17
18
TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
19
+TOOL_DEPENDS+= mccs-[0-9]*:../../wip/mccs
20
21
UNLIMIT_RESOURCES+= stacksize # needed by parsexp
22
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake pkg-config
23
+USE_TOOLS+= gmake pkg-config bash:build
24
WRKSRC= ${WRKDIR}/semgrep
25
26
MAKE_ENV+= HOMEBREW_SYSTEM=fake
0 commit comments