From 66e61c5ab87004c5b37b93dedeee1382686c2d20 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Yuji Date: Mon, 18 Oct 2021 12:45:55 +0900 Subject: 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 --- build_config/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_config') diff --git a/build_config/default.rb b/build_config/default.rb index 894f1055b..f5e2cbb71 100644 --- a/build_config/default.rb +++ b/build_config/default.rb @@ -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 -- cgit v1.2.3