Skip to content

Commit

Permalink
fixup! Add lua-memory as dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusNtg committed Sep 4, 2020
1 parent 125e47a commit a071917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ccflags-y += -D_LUNATIK -D_KERNEL -I$(src) -D_CONFIG_FULL_PANIC -DLUNATIK_UNUSED \
-I$(src)/lua -I$(src)/deps/lua-memory/src
-I$(src)/lua -I$(src)/deps/lua-memory/src
asflags-y += -D_LUNATIK -D_KERNEL

ifeq ($(ARCH), $(filter $(ARCH),i386 x86))
Expand Down

0 comments on commit a071917

Please sign in to comment.