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

View file

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