Skip to content

Commit

Permalink
fix: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Sep 6, 2024
1 parent b42b049 commit a01e9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/build-with-dd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

patch=""
if [ -n "$AWSLC" ]; then
patch="-p $root/util/aws-lc-nginx.patch"
patch="-p $root/util/nginx-$NGINX_VERSION-aws-lc.patch"
fi

time ngx-build $force $patch $version \
Expand Down
2 changes: 1 addition & 1 deletion util/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fi

patch=""
if [ -n "$AWSLC" ]; then
patch="-p $root/util/aws-lc-nginx.patch"
patch="-p $root/util/nginx-$NGINX_VERSION-aws-lc.patch"
fi

time ngx-build $force $patch $version \
Expand Down

0 comments on commit a01e9f7

Please sign in to comment.