Browse Source

Pre Merge pull request !353 from 宋常霞/master

pull/353/MERGE
宋常霞 Gitee 4 years ago
parent
commit
c43f1771c7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CMakeLists.txt
  2. +1
    -1
      build.sh

+ 1
- 1
CMakeLists.txt View File

@@ -6,7 +6,7 @@ set(PARSER_DIR ${CMAKE_CURRENT_LIST_DIR})
if (DEFINED ENV{D_PKG_SERVER})
set(PARSER_PB_PKG $ENV{D_PKG_SERVER})
elseif (DEFINED ENV{MSLIBS_SERVER})
set(PARSER_PB_PKG "http://$ENV{MSLIBS_SERVER}:8081")
set(PARSER_PB_PKG "http://$ENV{MSLIBS_SERVER}:31081/repository/files")
message("Download packages from MSPKG server")
endif ()



+ 1
- 1
build.sh View File

@@ -18,7 +18,7 @@ set -e
BASEPATH=$(cd "$(dirname $0)"; pwd)
OUTPUT_PATH="${BASEPATH}/output"
export BUILD_PATH="${BASEPATH}/build/"
# print usage message
usage()
{


Loading…
Cancel
Save