Skip to content

Commit

Permalink
fix(build): snappy on macos was failing to build because of wrong ext…
Browse files Browse the repository at this point in the history
…ension

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
  • Loading branch information
bungle committed Apr 24, 2024
1 parent fe559d1 commit f828fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ kong_directory_genrule(
chmod -R "+rw" ${BUILD_DESTDIR}/openresty/luajit
SNAPPY=${WORKSPACE_PATH}/$(dirname $(echo '$(locations @snappy//:snappy)' | awk '{print $1}'))
cp ${SNAPPY}/libsnappy.so ${BUILD_DESTDIR}/kong/lib
cp ${SNAPPY}/libsnappy.${libext} ${BUILD_DESTDIR}/kong/lib
LUAROCKS=${WORKSPACE_PATH}/$(dirname '$(location @luarocks//:luarocks_make)')/luarocks_tree
cp -r ${LUAROCKS}/. ${BUILD_DESTDIR}/.
Expand Down

0 comments on commit f828fc0

Please sign in to comment.