From 1cf8812adf44527504eac4ae558a495945c8a474 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sun, 24 Jul 2022 18:27:33 +0200 Subject: [PATCH] Fix compile issue. Apply fix from: https://github.com/adig-pkgs/ftxui-git/issues/2#issuecomment-1186801617 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ba17639..78b0b95 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,7 +23,7 @@ pkgver() { build() { cd "$srcdir/ftxui" mkdir -p build && cd build - cmake \ + CXXFLAGS="$CFLAGS" cmake \ -DFTXUI_ENABLE_INSTALL=ON \ -DFTXUI_BUILD_EXAMPLES=OFF \ -DFTXUI_BUILD_TESTS=OFF \