From 2322f4c1a2132409818a944e491c1fb57011c62b Mon Sep 17 00:00:00 2001 From: "Frank T. Bergmann" Date: Thu, 21 Nov 2024 12:08:06 +0000 Subject: [PATCH] - once more --- .github/workflows/store-artefact.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/store-artefact.yml b/.github/workflows/store-artefact.yml index 88f666118..2511491df 100644 --- a/.github/workflows/store-artefact.yml +++ b/.github/workflows/store-artefact.yml @@ -324,6 +324,8 @@ jobs: -DPYTHON_INCLUDE_DIR=/opt/python/cp38-cp38/include/python3.8/ \ -DWITH_STATIC_RUNTIME=ON \ -DLIBSBML_DEPENDENCY_DIR=$DEPENDENCY_DIR \ + -DEXPAT_LIBRARY=$DEPENDENCY_DIR/lib64/libexpat.a \ + -DEXPAT_INCLUDE_DIR=$DEPENDENCY_DIR/include \ -DPYTHON_USE_DYNAMIC_LOOKUP=ON cmake --build . --config $BUILD_TYPE