🧹 chore: align scripts with kept build dirs
This commit is contained in:
@@ -12,8 +12,8 @@ NC='\033[0m' # No Color
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
|
||||
|
||||
# 指定 build 预设(默认 codex,可通过 BUILD_PRESET 或 --preset 覆盖)
|
||||
BUILD_PRESET=${BUILD_PRESET:-codex}
|
||||
# 指定 build 预设(默认 clang-ninja,可通过 BUILD_PRESET 或 --preset 覆盖)
|
||||
BUILD_PRESET=${BUILD_PRESET:-clang-ninja}
|
||||
IGNORES=("IDS_AuditExpr.tsf")
|
||||
|
||||
find_test_ast() {
|
||||
|
||||
Reference in New Issue
Block a user