Skip to content

Commit

Permalink
Refine option.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 1, 2023
1 parent cebbd0c commit 1c84d29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trunk/auto/options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,7 @@ function parse_user_option() {
--ffmpeg-tool) SRS_FFMPEG_TOOL=$(switch2value $value) ;;

# use cache for build.
--build-cache) SRS_BUILD_CACHE=YES ;;
--without-build-cache) SRS_BUILD_CACHE=NO ;;
--build-cache) SRS_BUILD_CACHE=$(switch2value $value) ;;

*)
echo "$0: error: invalid option \"$option\""
Expand Down

0 comments on commit 1c84d29

Please sign in to comment.