Add machine-specific include path to ficl's sysdep.h. Wishes I had
gone to bed earlier. Pointed by: peter
This commit is contained in:
parent
8aabdf53ba
commit
092552dc2c
@ -18,7 +18,7 @@ HAVE_ISABUS= yes
|
||||
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
|
||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
|
||||
.if exists(${.OBJDIR}/../../ficl/libficl.a)
|
||||
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
|
||||
.else
|
||||
|
Loading…
x
Reference in New Issue
Block a user