Skip to content
Snippets Groups Projects
Commit f059e962 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

audit: smake is also a build tool

parent 7278eaec
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ def audit_formula_text name, text
end
# cmake, pkg-config, and scons are build-time deps
if text =~ /depends_on ['"](cmake|pkg-config|scons)['"]$/
if text =~ /depends_on ['"](cmake|pkg-config|scons|smake)['"]$/
problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\""
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment