mirror of https://gitee.com/bigwinds/arangodb
replaced if with ifdef
This commit is contained in:
parent
0d267e4549
commit
ba2ddb8382
|
@ -720,7 +720,7 @@ int ArangoServer::startupServer () {
|
|||
_applicationV8->skipUpgrade();
|
||||
}
|
||||
|
||||
#if TRI_ENABLE_MRUBY
|
||||
#ifdef TRI_ENABLE_MRUBY
|
||||
_applicationMR->setVocbase(vocbase);
|
||||
_applicationMR->setConcurrency(_dispatcherThreads);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue