mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
7 lines
104 B
Bash
7 lines
104 B
Bash
|
. scripts/common.sh
|
||
|
|
||
|
lua_dir="$pkgroot/third-party/luajit"
|
||
|
|
||
|
cd "$lua_dir"
|
||
|
make PREFIX="$prefix" install
|