From e17cee8bd4eb7869094769c3689ec996302b8cca Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 2 Nov 2024 16:41:28 +0900 Subject: [PATCH] Adding /app prefixes to es-de --- es-de-module.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/es-de-module.yml b/es-de-module.yml index 10ca66988..2d733cf5a 100644 --- a/es-de-module.yml +++ b/es-de-module.yml @@ -79,7 +79,9 @@ modules: buildsystem: cmake-ninja config-opts: - -DRETRODECK=on - - -DCMAKE_PREFIX_PATH=/app + build-options: + cflags: -I/app/include + ldflags: -L/app/lib cleanup: - es-app - es-core