quickjs: remove unnecessary PREFIX=, clean up

This commit is contained in:
classabbyamp 2022-08-22 15:34:57 -04:00
parent bea2eae885
commit 626177d2e5
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ revision=3
wrksrc="${pkgname}-${version//./-}"
build_style=gnu-makefile
make_use_env=true
make_build_args="CONFIG_LTO= prefix=/usr"
make_build_args="CONFIG_LTO="
make_install_args="${make_build_args}"
short_desc="Small and embeddable Javascript engine"
maintainer="Leah Neukirchen <leah@vuxu.org>"