2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

llvm: remove ncurses dependency

This commit is contained in:
Dylan Araps 2021-08-01 09:50:40 +03:00
parent 5219ef14f4
commit 273685de96
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -1,5 +1,10 @@
#!/bin/sh -e
# Remove ncurses dependency.
sed 's/\(LLVM_ENABLE_TERMINFO\) 1/\1 2/' \
cmake/config-ix.cmake > _
mv -f _ cmake/config-ix.cmake
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \