Skip to content

Commit a071917

Browse files
committed
fixup! Add lua-memory as dependecy
1 parent 125e47a commit a071917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ccflags-y += -D_LUNATIK -D_KERNEL -I$(src) -D_CONFIG_FULL_PANIC -DLUNATIK_UNUSED \
2-
-I$(src)/lua -I$(src)/deps/lua-memory/src
2+
-I$(src)/lua -I$(src)/deps/lua-memory/src
33
asflags-y += -D_LUNATIK -D_KERNEL
44

55
ifeq ($(ARCH), $(filter $(ARCH),i386 x86))

0 commit comments

Comments
 (0)