Skip to content

Commit e28ca81

Browse files
committed
fixed:build failure
1 parent 9a516b6 commit e28ca81

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

XEngine_Source/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ BASE_BTORRENT_PATH = ./StorageModule_BTorrent
1616

1717
APPSERVICE_STORAGE_PATH = ./XEngine_StorageApp
1818

19+
ifeq ($(PLATFORM),linux)
20+
FILEEXT = so
21+
else ifeq ($(PLATFORM),mac)
22+
FILEEXT = dylib
23+
endif
24+
1925
XENGINE_MODULES = libjsoncpp.so libtinyxml2.so libXEngine_InfoReport.so \
2026
libStorageModule_Database.so libStorageModule_Config.so libStorageModule_Session.so libStorageModule_APIHelp.so libStorageModule_Protocol.so libStorageModule_BTorrent.so \
2127
XEngine_StorageApp.exe
2228

2329
.PHONY:MakeAll
2430
MakeAll:$(XENGINE_MODULES)
25-
26-
ifeq ($(PLATFORM),linux)
27-
FILEEXT = so
28-
else ifeq ($(PLATFORM),mac)
29-
FILEEXT = dylib
30-
endif
3131

3232
libjsoncpp.so:
3333
ifeq ($(FLAGS), InstallAll)

0 commit comments

Comments
 (0)