Skip to content

Commit

Permalink
chores: lowercase Python.build.sh
Browse files Browse the repository at this point in the history
so we don't hav to fix rebuild.sh
  • Loading branch information
wwwutz committed Jan 28, 2025
1 parent 29f6eaa commit d3d204a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ popd
{
[ -d "${BUILD_DIR}/${BUILD_sqlite}" ] || ./sqlite.build.sh
[ -d "${BUILD_DIR}/${BUILD_redis}" ] || ./redis.build.sh
[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./Python.build.sh
[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./python.build.sh
[ -d "${BUILD_DIR}/${BUILD_node}" ] || ./node.build.sh
[ -d "${BUILD_DIR}/${BUILD_libjpegturbo}" ] || ./libjpegturbo.build.sh
[ -d "${BUILD_DIR}/${BUILD_libtiff}" ] || ./libtiff.build.sh
Expand Down
File renamed without changes.

0 comments on commit d3d204a

Please sign in to comment.