1
0
Fork 0

moved TRI_ENABLE_MRUBY to command line

This commit is contained in:
Frank Celler 2013-10-20 18:46:31 +02:00
parent 9ced80a889
commit b6b381c663
2 changed files with 1 additions and 7 deletions

View File

@ -77,12 +77,6 @@
#undef TRI_ENABLE_MAINTAINER_MODE
////////////////////////////////////////////////////////////////////////////////
/// @brief use MRUBY as alternative/addition to JavaScript
////////////////////////////////////////////////////////////////////////////////
#undef TRI_ENABLE_MRUBY
////////////////////////////////////////////////////////////////////////////////
/// @brief configure command
////////////////////////////////////////////////////////////////////////////////

View File

@ -15,7 +15,7 @@ AC_ARG_ENABLE(mruby,
)
if test "x$tr_MRUBY" = "xyes"; then
MRUBY_CPPFLAGS="-I${srcdir}/3rdParty/mruby/include"
MRUBY_CPPFLAGS="-I${srcdir}/3rdParty/mruby/include -DTRI_ENABLE_MRUBY=1"
MRUBY_LDFLAGS=""
MRUBY_LIBS="${srcdir}/3rdParty/mruby/build/host/lib/libmruby.a"