Ignore:
Timestamp:
Jul 9, 2020, 8:51:43 AM (4 years ago)
Author:
coas-nagasima
Message:

mrubyを2.1.1に更新

Location:
EcnlProtoTool/trunk/mruby-2.1.1
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-2.1.1/examples/targets/build_config_IntelGalileo.rb

    r321 r439  
    4040              -ffunction-sections -fdata-sections -MMD -DARDUINO=153)
    4141    cc.flags << "--sysroot=#{GALILEO_SYSROOT}"
    42     cc.compile_options = "%{flags} -o %{outfile} -c %{infile}"
     42    cc.compile_options = %Q[%{flags} -o "%{outfile}" -c "%{infile}"]
    4343  end
    4444
     
    5555  conf.archiver do |archiver|
    5656    archiver.command = "#{GALILEO_BIN_PATH}/i586-poky-linux-uclibc-ar"
    57     archiver.archive_options = 'rcs %{outfile} %{objs}'
     57    archiver.archive_options = 'rcs "%{outfile}" %{objs}'
    5858  end
    5959
Note: See TracChangeset for help on using the changeset viewer.