quickjs: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
bea2eae885
commit
626177d2e5
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue