mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
luafilesystem: cross build support.
This commit is contained in:
parent
bf5119d765
commit
ac93f1c5c4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ long_desc="
|
||||||
structure and file attributes."
|
structure and file attributes."
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CC="$CC" LUA_INC=/usr/include/lua5.1
|
make ${makejobs} CC="$CC" LUA_INC=${XBPS_CROSS_BASE}/usr/include/lua5.1
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue