Skip to content

Commit 8ac8991

Browse files
committed
fixed:make dir is incorrect
1 parent 0eaa111 commit 8ac8991

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

XEngine_Source/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ MakeAll:$(XENGINE_MODULES)
3232

3333
libjsoncpp.so:
3434
ifeq ($(FLAGS), InstallAll)
35-
cp $(THIRD_JSONCPP_PATH)/libjsoncpp.$(FILEEXT) ../XEngine_Release/
35+
cp $(DEPEND_JSONCPP_PATH)/libjsoncpp.$(FILEEXT) ../XEngine_Release/
3636
else
37-
make -C $(THIRD_JSONCPP_PATH) PLATFORM=$(PLATFORM) $(FLAGS)
37+
make -C $(DEPEND_JSONCPP_PATH) PLATFORM=$(PLATFORM) $(FLAGS)
3838
endif
3939
libXEngine_InfoReport.so:
4040
ifeq ($(FLAGS), InstallAll)
41-
cp $(THIRD_REPORT_PATH)/libXEngine_InfoReport.$(FILEEXT) ../XEngine_Release/
41+
cp $(DEPEND_REPORT_PATH)/libXEngine_InfoReport.$(FILEEXT) ../XEngine_Release/
4242
else
43-
make -C $(THIRD_REPORT_PATH) PLATFORM=$(PLATFORM) $(FLAGS)
43+
make -C $(DEPEND_REPORT_PATH) PLATFORM=$(PLATFORM) $(FLAGS)
4444
endif
4545

4646
libAuthorizeModule_CDKey.so:

0 commit comments

Comments
 (0)