Skip to content

Commit

Permalink
fix(proto): add the include directory (#470)
Browse files Browse the repository at this point in the history
* fix(proto): add the include directory

* fix(bc): keep the change backwards compatible
  • Loading branch information
hutchic authored May 19, 2022
1 parent b5d163c commit d6ec82b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-kong.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export PATH=$PATH:/usr/local/openresty/luajit/bin
/usr/local/openresty/bin/openresty -v

pushd /kong
cp -r kong/include/kong /tmp/build/usr/local/kong/lib/ || true

ROCKSPEC_VERSION=`basename /kong/kong-*.rockspec` \
&& ROCKSPEC_VERSION=${ROCKSPEC_VERSION%.*} \
&& ROCKSPEC_VERSION=${ROCKSPEC_VERSION#"kong-"}
Expand Down

0 comments on commit d6ec82b

Please sign in to comment.