fix
parent
fcfdf46b81
commit
d570e644c1
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
git clone --recursive --depth=1 --branch tags/v0.9.5 https://github.com/neovim/neovim.git build-neovim
|
git clone --recursive --depth=1 --branch v0.9.5 https://github.com/neovim/neovim.git build-neovim
|
||||||
cd build-neovim
|
cd build-neovim
|
||||||
rm -rf build
|
rm -rf build
|
||||||
make CMAKE_BUILD_TYPE=Release -j8
|
make CMAKE_BUILD_TYPE=Release -j8
|
||||||
|
|
Loading…
Reference in New Issue