mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix a syntax error in commented-out code
By uncommenting the line changed by this commit, `ruby -c build_config/default.rb` complains of a syntax error due to the illegally nested double quotes
This commit is contained in:
@@ -42,7 +42,7 @@ MRuby::Build.new do |conf|
|
||||
# linker.library_paths = []
|
||||
# linker.option_library = '-l%s'
|
||||
# linker.option_library_path = '-L%s'
|
||||
# linker.link_options = "%{flags} -o "%{outfile}" %{objs} %{libs}"
|
||||
# linker.link_options = %Q[%{flags} -o "%{outfile}" %{objs} %{libs}]
|
||||
# end
|
||||
|
||||
# Archiver settings
|
||||
|
||||
Reference in New Issue
Block a user