Add some missing headers to the Makefile's RUNTIME_HDR list.
This commit is contained in:
parent
4246d567b7
commit
e1264ac59c
@ -275,8 +275,11 @@ RUNTIME_HDR := rt/globals.h \
|
||||
rt/rust_dom.h \
|
||||
rt/rust_task.h \
|
||||
rt/rust_proxy.h \
|
||||
rt/rust_log.h \
|
||||
rt/rust_message.h \
|
||||
rt/circular_buffer.h
|
||||
rt/circular_buffer.h \
|
||||
rt/util/array_list.h \
|
||||
rt/util/hash_map.h
|
||||
|
||||
RUNTIME_INCS := -Irt/isaac -Irt/uthash
|
||||
RUNTIME_OBJS := $(RUNTIME_CS:.cpp=$(CFG_OBJ_SUFFIX))
|
||||
|
Loading…
x
Reference in New Issue
Block a user