From eb47dceb2e33c50ff6c9a21ed48e4c821dabafb9 Mon Sep 17 00:00:00 2001 From: Stephan Troyer Date: Fri, 20 Sep 2024 00:42:18 +0200 Subject: [PATCH] remove cpp_flags --- .github/workflows/prepare-libqalculate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare-libqalculate.sh b/.github/workflows/prepare-libqalculate.sh index e9378ed..ed9eb4e 100644 --- a/.github/workflows/prepare-libqalculate.sh +++ b/.github/workflows/prepare-libqalculate.sh @@ -13,7 +13,7 @@ export NO_AUTOMAKE=1 ./autogen.sh export LIBXML_LIBS="-L${HOME}/opt/lib -lxml2" export LIBXML_CFLAGS="-I${HOME}/opt/include" -emconfigure ./configure --prefix=${HOME}/opt CPPFLAGS=-I${HOME}/opt/include LDFLAGS="-L${HOME}/opt/lib -lxml2" --without-libcurl --without-icu --enable-compiled-definitions --disable-nls --disable-shared +emconfigure ./configure --prefix=${HOME}/opt --without-libcurl --without-icu --enable-compiled-definitions --disable-nls --disable-shared make make install cd ..