Skip to content

Commit

Permalink
disable console pkg (#4110)
Browse files Browse the repository at this point in the history
* disable console pkg

* fix
  • Loading branch information
czpmango authored and Sophie-Xie committed Apr 3, 2022
1 parent e93482c commit 03dba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set -e

version=""
package_one=ON
package_one=OFF
strip_enable="FALSE"
usage="Usage: ${0} -v <version> -n <ON/OFF> -s <TRUE/FALSE> -g <ON/OFF> -j <jobs> -t <BUILD TYPE>"
project_dir="$(cd "$(dirname "$0")" && pwd)/.."
Expand Down

0 comments on commit 03dba44

Please sign in to comment.