mirror of https://gitee.com/bigwinds/arangodb
moved TRI_ENABLE_MRUBY to command line
This commit is contained in:
parent
9ced80a889
commit
b6b381c663
|
@ -77,12 +77,6 @@
|
|||
|
||||
#undef TRI_ENABLE_MAINTAINER_MODE
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief use MRUBY as alternative/addition to JavaScript
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#undef TRI_ENABLE_MRUBY
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief configure command
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue