build.shでConsoleBackupがビルドできていなかったのを修正

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@845 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2015-03-20 02:07:26 +00:00
parent df7a9c9db6
commit 20462efe93
2 changed files with 8 additions and 1 deletions

View File

@ -73,7 +73,9 @@ SHADER_PATH = $(ROMFS_ROOT)/$(SHADER_BIN)
ROMFS_DEPENDENCIES = $(SHADER_PATH)
EXCLUDE_LIBS += libnn_olv
if $(defined-env BUILD_FOR_RESTORE)
EXCLUDE_LIBS += libnn_olv
export
LIBS += libnn_cfg \
libnn_crypto \

View File

@ -10,6 +10,7 @@
set -u
set -e
#set -x
# バージョン取得
function getVersion
@ -79,6 +80,7 @@ function buildBackupAndRestore
buildCore "$BuildExec"
cd ../
cd ConsoleRestore
export BUILD_FOR_RESTORE=true
export HORIZON_ROOT=$HORIZON_ROOT_RESTORE
buildCore "$BuildExec"
cd ../
@ -108,6 +110,9 @@ function buildAutoTest
}
#################### 通常ビルド ####################
# ビルドフラグ削除
unset BUILD_FOR_RESTORE
# ConsoleBackup、ConsoleRestoreのビルド
buildBackupAndRestore