Browse Source

Z991239-1017 #comment fea 切换zip到本地

陈良瑜80374463 4 years ago
parent
commit
70774a8004
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Module/mod_RomoteController/CMakeLists.txt

+ 2 - 2
Module/mod_RomoteController/CMakeLists.txt

@@ -9,8 +9,8 @@ if (MSVC)
 	)
 else()
 	set(ZIP_SRCS
-	../mod_upload/XZipZilb.h
-	../mod_upload/XZipZilb.cpp
+	XZipZilb.h
+	XZipZilb.cpp
 	)
 endif()