Skip to content

Commit 3f66545

Browse files
committed
update:depend library
1 parent 233d525 commit 3f66545

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

XEngine_Source/XEngine_APPService/XEngine_AuthorizeService/Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ ifeq ($(RELEASE),1)
2121
FLAGS = -c
2222
DEBUG =
2323
else
24-
FLAGS = -c -lc_p
25-
DEBUG = -g -pg
24+
ifeq ($(PLATFORM),mac)
25+
FLAGS = -c
26+
DEBUG = -g
27+
else
28+
FLAGS = -c -lc_p
29+
DEBUG = -g -pg
30+
endif
2631
endif
2732

2833
ifeq ($(UNICODE),1)

0 commit comments

Comments
 (0)