mirror of https://gitee.com/bigwinds/arangodb
fixed arangoirb compile error
This commit is contained in:
parent
66fd0b36be
commit
cf75fd05f1
|
@ -119,7 +119,7 @@ case $TRI_OS_LONG in
|
|||
echo "Using configuration for DARWIN"
|
||||
CPPFLAGS='-isystem /usr/include -isystem /opt/local/include -Wno-deprecated-declarations'
|
||||
LDFLAGS='-L/usr/lib -L/opt/local/lib' # need to use OpenSSL from system
|
||||
OPTIONS="$OPTIONS --enable-all-in-one-libev --enable-all-in-one-v8 --enable-all-in-one-icu --disable-mruby"
|
||||
OPTIONS="$OPTIONS --enable-all-in-one-libev --enable-all-in-one-v8 --enable-all-in-one-icu --enable-mruby"
|
||||
RESULTS="$RESULTS arangoirb"
|
||||
if [ "${TRI_MACH}" == "x86_64" ]; then
|
||||
X=$(uname -r)
|
||||
|
|
|
@ -244,7 +244,7 @@ static void InitMRClientConnection (mrb_state* mrb, MRubyClientConnection* conne
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
static void RunShell (mrb_state* mrb) {
|
||||
MRLineEditor* console(mrb, ".arango-mrb");
|
||||
MRLineEditor console(mrb, ".arango-mrb");
|
||||
|
||||
console.open(false /*! NoAutoComplete*/);
|
||||
|
||||
|
|
Loading…
Reference in New Issue