diff --git a/build/BUILD.bazel b/build/BUILD.bazel index 4abcdfcd05b2..0fb66c71b19d 100644 --- a/build/BUILD.bazel +++ b/build/BUILD.bazel @@ -117,6 +117,7 @@ kong_directory_genrule( --exclude="*.log" . | tar -xC $2/. chmod -R "+rw" $2 } + function LN { if [[ "$OSTYPE" == "darwin"* ]]; then # TODO: support relative path links once we start to cross compile on macOS