mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
janet: force /usr/lib as libdir
This is used for cross-compilation things too, so lib64 must not appear here.
This commit is contained in:
parent
9210766c48
commit
55f76f139a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'janet'
|
||||
pkgname=janet
|
||||
version=1.22.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Db_lto=false" # breaks jpm
|
||||
configure_args="-Db_lto=false --libdir=/usr/lib" # breaks jpm
|
||||
short_desc="Dynamic Lisp dialect and bytecode VM"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue