Remove debug message

parent 0b897e85
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment