mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[FIX] configure.c: Add missing -I $(CYTO_INC)
Some tools depend on header files defined by Cytoplasm.
This commit is contained in:
parent
a66021bf46
commit
e0f76e7929
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue