From 54819912ea900bed2a65a46d9eb3f599fa99095c Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Tue, 24 Apr 2018 13:55:22 -0700 Subject: Fix util dep --- main/Component.cdef | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/Component.cdef b/main/Component.cdef index fb206ea..ebbc2f3 100644 --- a/main/Component.cdef +++ b/main/Component.cdef @@ -1,11 +1,11 @@ cflags: { -std=c99 - -I$BRNKL_ROOT/apps/util + -I$CURDIR/../util } sources: { - $BRNKL_ROOT/apps/util/util.c + $CURDIR/../util/util.c main.c } -- cgit v1.2.3