From d5820c43b09d9054714366d3c972d3ab349fb32c Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sat, 9 May 2026 20:02:22 -0500 Subject: [PATCH] Fix soul-demo compile: add -I runtime/ for el_runtime.h include path --- .gitea/workflows/stage.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/stage.yaml b/.gitea/workflows/stage.yaml index f51ce20..0720cd9 100644 --- a/.gitea/workflows/stage.yaml +++ b/.gitea/workflows/stage.yaml @@ -122,6 +122,7 @@ jobs: # Compile el_runtime.o and soul-demo on the host runner cc -O2 -DHAVE_CURL -c runtime/el_runtime.c -I runtime/ -o /tmp/el_runtime.o cc -O2 -rdynamic -DEL_SOUL_DEMO_BUILD \ + -I runtime/ \ -o dist/soul-demo \ dist/soul-demo.c dist/vessel_stubs.c /tmp/el_runtime.o \ -lcurl -lpthread -ldl -lm -lssl -lcrypto -- 2.52.0