Browse Source

duktape: fix comment in build.sh

emacs-27
Leonid Plyushch 6 years ago
parent
commit
b8cbe478e7
  1. 2
      packages/duktape/build.sh

2
packages/duktape/build.sh

@ -20,7 +20,7 @@ termux_step_make_install() {
}
termux_step_post_make_install() {
# Add a pkg-config file for the system zlib
# Add a pkg-config file for the duktape lib
cat > "$PKG_CONFIG_LIBDIR/duktape.pc" <<-HERE
Name: Duktape
Description: Shared library for the Duktape interpreter

Loading…
Cancel
Save