From f790d412b661983ea70d9182ec235f846657384b Mon Sep 17 00:00:00 2001 From: Wang Zhi Date: Thu, 31 Oct 2019 07:09:34 +0800 Subject: [PATCH] YTT -> YTA --- CMakeLists.txt | 2 +- eosio_build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71c0ad680..81c5e8f8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -209,7 +209,7 @@ include(utils) add_subdirectory( externals ) if ("${CORE_SYMBOL_NAME}" STREQUAL "") - set( CORE_SYMBOL_NAME "YTT" ) + set( CORE_SYMBOL_NAME "YTA" ) endif() string(TOUPPER ${CORE_SYMBOL_NAME} CORE_SYMBOL_NAME) diff --git a/eosio_build.sh b/eosio_build.sh index 19c41ba9f..2167cf984 100755 --- a/eosio_build.sh +++ b/eosio_build.sh @@ -52,7 +52,7 @@ DISK_MIN=20 DOXYGEN=false ENABLE_COVERAGE_TESTING=false - CORE_SYMBOL_NAME="YTT" + CORE_SYMBOL_NAME="YTA" # Use current directory's tmp directory if noexec is enabled for /tmp if (mount | grep "/tmp " | grep --quiet noexec); then mkdir -p $SOURCE_DIR/tmp -- GitLab