mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
wrk: support cross i686*
This commit is contained in:
parent
e3ed3bd5ed
commit
3c3c232bae
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ pre_build() {
|
|||
make obj
|
||||
luajit -b -a arm src/wrk.lua obj/bytecode.o
|
||||
;;
|
||||
i686*)
|
||||
make obj
|
||||
luajit -b -a x86 src/wrk.lua obj/bytecode.o
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue