summaryrefslogtreecommitdiffstats
path: root/autobuild.rb
diff options
context:
space:
mode:
Diffstat (limited to 'autobuild.rb')
-rwxr-xr-xautobuild.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/autobuild.rb b/autobuild.rb
index ae14e98..373d8cc 100755
--- a/autobuild.rb
+++ b/autobuild.rb
@@ -51,7 +51,7 @@ def find_attributes(build_dir)
if name =~ /^(bwbasic|yabasic|mono-basic)$/ then
attr[:lang_basic] = true
end
- if name =~ /^mono$/ then
+ if name =~ /^mono-core$/ then
attr[:lang_dotnet] = true
end
if name =~ /^erlang-compiler$/ then
@@ -110,6 +110,9 @@ def find_attributes(build_dir)
if name =~ /^(ruby-devel|lib(64)?ruby[0-9])/ then
attr[:lang_ruby] = true
end
+ if name =~ /^rust$/ then
+ attr[:lang_rust] = true
+ end
if name =~ /^tcl$/ then
attr[:lang_tcl] = true
end