Remove debug message

This commit is contained in:
Kazushi (Jam) Marukawa
2016-11-15 21:59:22 +09:00
parent 0b897e85ec
commit 7338b9d4ae

View File

@@ -32,7 +32,6 @@ class Package
if ARCH == "armv7l"
args = args.map {|s| s.gsub("-m32", "")}
args = args.map {|s| s.gsub("lib32", "lib")}
puts *args
end
Kernel.system(*args)
exitstatus = $?.exitstatus