quickjs: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
bea2eae885
commit
626177d2e5
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue