Commit f586797f authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Use INSTALL_DIR to customize mruby local installation directory

This change effectively makes `make distcheck` succeed.
parent 0d8c8ca0
......@@ -39,6 +39,7 @@ EXTRA_DIST = build_config.rb mruby/*
mruby:
MRUBY_CONFIG="${srcdir}/build_config.rb" \
BUILD_DIR="${abs_builddir}/mruby/build" \
INSTALL_DIR="${abs_builddir}/mruby/build/install/bin" \
CC="${CC}" CXX="${CXX}" LD="${LD}" \
CFLAGS="${CPPFLAGS} ${CFLAGS}" CXXFLAGS="${CPPFLAGS} ${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment