6 lines
149 B
Text
6 lines
149 B
Text
|
|
#! /bin/bash
|
||
|
|
|
||
|
|
# Automatically compile libivy.so when we pull down the repo.
|
||
|
|
# https://github.com/AdeAttwood/ivy.nvim#compiling
|
||
|
|
cargo build --release
|