[FIX] configure.c: Add missing -I $(CYTO_INC)

Some tools depend on header files defined by Cytoplasm.
This commit is contained in:
Xavier Del Campo Romero 2024-10-17 07:00:59 +02:00
commit e0f76e7929
No known key found for this signature in database
GPG key ID: 84FF3612A9BF43F2

View file

@ -564,6 +564,7 @@ main_build(int argc, char *argv[])
fprintf(makefile, " -static");
}
fprintf(makefile, " $<");
fprintf(makefile, " -I $(CYTO_INC)");
fprintf(makefile, " -L $(CYTO_LIB)");
if (with_static)
{