Skip to content

Commit

Permalink
Fix typo in gen_build_scripts.sh for WITHOUTGDB (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoryWangCN authored Nov 27, 2024
1 parent 85a7a63 commit 66eafb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_build_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BUILD_LOGTAIL=${BUILD_LOGTAIL:-ON}
BUILD_LOGTAIL_UT=${BUILD_LOGTAIL_UT:-OFF}
ENABLE_COMPATIBLE_MODE=${ENABLE_COMPATIBLE_MODE:-OFF}
ENABLE_STATIC_LINK_CRT=${ENABLE_STATIC_LINK_CRT:-OFF}
WITHOUTGDB==${WITHOUTGDB:-OFF}
WITHOUTGDB=${WITHOUTGDB:-OFF}
WITHSPL=${WITHSPL:-ON}
BUILD_SCRIPT_FILE=$GENERATED_HOME/gen_build.sh
COPY_SCRIPT_FILE=$GENERATED_HOME/gen_copy_docker.sh
Expand Down

0 comments on commit 66eafb3

Please sign in to comment.