Fix soul-demo compile: add -I runtime/ include path #32
Reference in New Issue
Block a user
Delete Branch "fix/stage-source-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
soul-demo.c and vessel_stubs.c both include el_runtime.h with a relative path. The compile command was missing -I runtime/ so the header wasn't found. Adding the include path fixes the build.