lib/autoproj/autobuild.rb in autoproj-1.5.6 vs lib/autoproj/autobuild.rb in autoproj-1.5.7
- old
+ new
@@ -326,10 +326,9 @@
end
end
os = OSDependencies.operating_system
matching_archs = architectures.find_all { |arch| arch[0] == os[0] }
- STDERR.puts matching_archs.inspect
if matching_archs.empty?
return yield
elsif matching_archs.all? { |arch| arch[1] && !os[1].include?(arch[1].downcase) }
return yield
end