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:
YAMAMOTO Yuji
2021-10-18 12:45:55 +09:00
parent 0d08f89159
commit 66e61c5ab8
+1 -1
View File
@@ -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