• Tatsuhiro Tsujikawa's avatar
    Fix mruby build error · a6925186
    Tatsuhiro Tsujikawa authored
    mruby minirake does not like CXX="clang++-7 -std=c++14" because it
    expects CXX to be an executable.  To workaround this, split CXX so
    that CXX becomes a single word and move the rest of words to CXXFLAGS.
    a6925186
Makefile.am 2.23 KB