mirror of
https://github.com/lxsang/ant-http
synced 2024-12-26 16:58:22 +01:00
change buildir
This commit is contained in:
parent
43b52a3d46
commit
7bdd2fbf6f
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ CFLAGS=-W -Wall -g -std=c99 -D DEBUG
|
|||||||
EXT=dylib
|
EXT=dylib
|
||||||
SERVER=plugin_manager.o ini.o http_server.o plugins/dictionary.o plugins/utils.o
|
SERVER=plugin_manager.o ini.o http_server.o plugins/dictionary.o plugins/utils.o
|
||||||
SERVERLIB=-lpthread -ldl
|
SERVERLIB=-lpthread -ldl
|
||||||
|
UNAME_S := $(shell uname -s)
|
||||||
ifeq ($(UNAME_S),Linux)
|
ifeq ($(UNAME_S),Linux)
|
||||||
BUILDIRD=/root/antd
|
BUILDIRD=/root/antd
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user