mirror of https://gitee.com/bigwinds/arangodb
fixed making arangoirb
This commit is contained in:
parent
386b6ca004
commit
cd5a675f62
|
@ -14,10 +14,12 @@ bin_arangoirb_CPPFLAGS = \
|
|||
$(AM_CPPFLAGS)
|
||||
|
||||
bin_arangoirb_LDADD = \
|
||||
lib/libarango_v8.a \
|
||||
lib/libarango_mruby.a \
|
||||
lib/libarango_client.a \
|
||||
lib/libarango.a \
|
||||
$(LIBS) \
|
||||
@V8_LIBS@ \
|
||||
@MRUBY_LIBS@
|
||||
|
||||
bin_arangoirb_SOURCES = \
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "Rest/Version.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "BasicsC/win-utils.h"
|
||||
#include "BasicsC/win-utils.h"
|
||||
#endif
|
||||
|
||||
#include "build.h"
|
||||
|
|
Loading…
Reference in New Issue