From 3659ee40e30855b01b9d3856ac50d7fa602e55a2 Mon Sep 17 00:00:00 2001 From: John Hodge <tpg@mutabah.net> Date: Sun, 31 Mar 2019 19:40:11 +0800 Subject: [PATCH] Fix slight makefile problem --- Kernel/Makefile-xargo | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/Makefile-xargo b/Kernel/Makefile-xargo index 6c4186f2..b952f7f5 100644 --- a/Kernel/Makefile-xargo +++ b/Kernel/Makefile-xargo @@ -35,6 +35,7 @@ BUILDNUM ?= 1 OBJDIR := .obj/$(ARCH)/ OBJS := $(addprefix $(OBJDIR),start.ao log_cfg.ao libmain.a) +IMGDIR := ../Graphics/.output/shared/ CARGO_FEATURES := ENV := RUST_VERSION="$(shell $(RUSTC) --version)" -- GitLab