From 8ffc6660c40abb64ef508c3f6ad229f143798938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deal=28=E4=B8=80=E7=BA=BF=E7=81=B5=29?= Date: Mon, 3 Jul 2023 21:06:58 +0800 Subject: [PATCH] Update build.ps1 Don't enable AX_ENABLE_EXT_EFFEKSEER in ci script --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 81130db639..f283c8ec38 100644 --- a/build.ps1 +++ b/build.ps1 @@ -174,7 +174,7 @@ if (!$is_android) { } else { # android # engine ci if ($is_engine -and $is_ci) { - $fullCmdLine += "'-xc'", "'-PAX_ENABLE_EXT_EFFEKSEER=ON','-PRELEASE_STORE_FILE=$AX_ROOT/tools/ci/axmol-ci.jks','-PRELEASE_STORE_PASSWORD=axmol-ci','-PRELEASE_KEY_ALIAS=axmol-ci','-PRELEASE_KEY_PASSWORD=axmol-ci'" + $fullCmdLine += "'-xc'", "'-PRELEASE_STORE_FILE=$AX_ROOT/tools/ci/axmol-ci.jks','-PRELEASE_STORE_PASSWORD=axmol-ci','-PRELEASE_KEY_ALIAS=axmol-ci','-PRELEASE_KEY_PASSWORD=axmol-ci'" } }