aboutsummaryrefslogtreecommitdiff
path: root/scripts/genappimage.sh
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-04-22 22:58:14 +0200
committerGitHub <noreply@github.com>2023-04-22 22:58:14 +0200
commit8994389845ae4ca5e6a797b8f957dea76320ff94 (patch)
treeee897aaa12a70fa8f124334b9e1d29a0aa5a346c /scripts/genappimage.sh
parent801ac2accb6a88a58b2d8f486751782921bf689f (diff)
downloadrneovim-8994389845ae4ca5e6a797b8f957dea76320ff94.tar.gz
rneovim-8994389845ae4ca5e6a797b8f957dea76320ff94.tar.bz2
rneovim-8994389845ae4ca5e6a797b8f957dea76320ff94.zip
ci: make all linux releases work with same glibc version
Diffstat (limited to 'scripts/genappimage.sh')
-rwxr-xr-xscripts/genappimage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genappimage.sh b/scripts/genappimage.sh
index 9944b5eb31..b0bf186f85 100755
--- a/scripts/genappimage.sh
+++ b/scripts/genappimage.sh
@@ -26,7 +26,7 @@ APP_DIR="$APP.AppDir"
########################################################################
# Build and install nvim into the AppImage
-make CMAKE_BUILD_TYPE=RelWithDebInfo CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=${APP_DIR}/usr -DCMAKE_INSTALL_MANDIR=man"
+make CMAKE_BUILD_TYPE="${NVIM_BUILD_TYPE}" CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=${APP_DIR}/usr -DCMAKE_INSTALL_MANDIR=man"
make install
########################################################################