We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 287d156 + b648c50 commit acea913Copy full SHA for acea913
1 file changed
mrblib/mruby-cli/setup.rb
@@ -347,7 +347,7 @@ def rakefile
347
`\#{target.cc.command} --version`
348
abort("Command \#{target.cc.command} for \#{target.name} is missing.") unless $?.success?
349
end
350
- %W(\#{mruby_root}/build/x86_64-pc-linux-gnu/bin/\#{APP_NAME} \#{mruby_root}/build/i686-pc-linux-gnu/\#{APP_NAME}").each do |bin|
+ %W(\#{mruby_root}/build/x86_64-pc-linux-gnu/bin/\#{APP_NAME} \#{mruby_root}/build/i686-pc-linux-gnu/\#{APP_NAME}).each do |bin|
351
sh "strip --strip-unneeded \#{bin}" if File.exist?(bin)
352
353
0 commit comments