summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautobuild.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/autobuild.rb b/autobuild.rb
index 81b69c9..4f3b10b 100755
--- a/autobuild.rb
+++ b/autobuild.rb
@@ -60,6 +60,9 @@ def find_attributes(build_dir)
if name =~ /^gcc-g(fortran)$/ then
attr[:lang_fortran] = true
end
+ if name =~ /^golang$/ then
+ attr[:lang_go] = true
+ end
if name =~ /^groovy$/ then
attr[:lang_groovy] = true
end