mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'master' of github.com:triAGENS/ArangoDB
This commit is contained in:
commit
3a9c9178ed
|
@ -52,6 +52,7 @@ $(LIBR) : $(MRBC) $(MLIB)
|
||||||
# Compile mrblib source
|
# Compile mrblib source
|
||||||
$(MLIB) : $(CLIB)
|
$(MLIB) : $(CLIB)
|
||||||
$(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $(CLIB) -o $(MLIB)
|
$(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $(CLIB) -o $(MLIB)
|
||||||
|
$(AR) r $(LIBR) $(MLIB)
|
||||||
|
|
||||||
# Compile C source from merged mruby source
|
# Compile C source from merged mruby source
|
||||||
$(CLIB) : $(RLIB) $(MRBC)
|
$(CLIB) : $(RLIB) $(MRBC)
|
||||||
|
|
Loading…
Reference in New Issue