Skip to content

Instantly share code, notes, and snippets.

@osamuaoki
osamuaoki / build-neovim-deb-shared
Last active April 1, 2023 12:57
neovim build script -- shared lib on debian experimental
#!/bin/sh -e
# This is for Debian bookworm + experimental system
# dpkg-architecture
DEB_HOST_MULTIARCH=x86_64-linux-gnu
GENERATOR="-G Ninja"
VERBOSE=""
LOGLEVEL="--log-level=STATUS"
while [ $# -gt 0 ]; do
if [ "$1" = "-v" ] || [ "$1" = "--verbose" ]; then
# verbose build