Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-apple committed Mar 9, 2020
1 parent 8b997b1 commit f414878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/support/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ include $(TOP_DIR)/.yams/cpp_rules.min
Module_Includes = \
-I. \
-I$(TOP_DIR)/src/include \
-I$(TOP_DIR)/src/lib/ \
-I$(TOP_DIR)/src/lib \
-I$(TOP_DIR)/src/lib/core \
-I$(TOP_DIR)/src/system \
-I$(TOP_DIR)/build/config/standalone/ \
-I$(TOP_DIR)/third_party/nlassert/repo/include
Expand Down

0 comments on commit f414878

Please sign in to comment.