Skip to content

Commit

Permalink
Force prebuildify to recognize musl libc (#42)
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
realityking authored Jan 20, 2025
1 parent 764abbc commit c302cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux-arm64-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ENV PREBUILD_STRIP_BIN ${CROSS_ROOT}/bin/${CROSS_TRIPLE}-strip
ENV PREBUILD_ARCH arm64
ENV PREBUILD_ARMV 8
ENV PREBUILD_PLATFORM linux
ENV PREBUILD_LIBC musl

# TODO: These are for backwards compat. Remove once we have versioning.
ENV STRIP ${PREBUILD_STRIP_BIN}
Expand Down
1 change: 1 addition & 0 deletions linux-armv7l-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ENV PREBUILD_STRIP_BIN ${CROSS_ROOT}/bin/${CROSS_TRIPLE}-strip
ENV PREBUILD_ARCH arm
ENV PREBUILD_ARMV 7
ENV PREBUILD_PLATFORM linux
ENV PREBUILD_LIBC musl

# TODO: These are for backwards compat. Remove once we have versioning.
ENV STRIP ${PREBUILD_STRIP_BIN}
Expand Down

0 comments on commit c302cef

Please sign in to comment.