Skip to content

Commit d0dc42c

Browse files
committed
x
1 parent 143e2b3 commit d0dc42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $(crate): $(crate).intermediate
3535

3636
.INTERMDIATE: $(crate).intermediate
3737
$(crate).intermediate:
38-
CC_$(subst -,_,$(target))=$(target_cc)
38+
CC_$(subst -,_,$(target))=$(target_cc) \
3939
SEL4_INCLUDE_DIRS=$(abspath $(sel4_include_dirs)) \
4040
cargo build \
4141
-Z build-std=core,alloc,compiler_builtins \

0 commit comments

Comments
 (0)