mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-25 23:02:35 +03:00
fix build script
this changes in more recent platforms for reasons I don’t understand, however, for the current deployent os this is correct now.
This commit is contained in:
parent
ffb3423b0f
commit
c918c92aad
@ -13,7 +13,7 @@ prepare_nvimserver() {
|
||||
|
||||
# Build NvimServer and copy
|
||||
build_libnvim=true ./NvimServer/NvimServer/bin/build_nvimserver.sh
|
||||
cp ./NvimServer/.build/arm64-apple-macosx/release/NvimServer "${resources_folder}"
|
||||
cp ./NvimServer/.build/apple/Products/Release/NvimServer "${resources_folder}"
|
||||
|
||||
# Create and copy runtime folder
|
||||
install_path="$(/usr/bin/mktemp -d -t 'nvim-runtime')"
|
||||
|
Loading…
Reference in New Issue
Block a user