aboutsummaryrefslogtreecommitdiff
path: root/make/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/config.mk')
-rw-r--r--make/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config.mk b/make/config.mk
index 42fb9a8768f2..6398d058de76 100644
--- a/make/config.mk
+++ b/make/config.mk
@@ -21,6 +21,7 @@ MKDIR := mkdir -p
DATE := date
LIPO := lipo
CP := cp
+DSYMUTIL := dsymutil
VERBOSE := 0
DEBUGMAKE :=
@@ -42,5 +43,5 @@ endif
###
# Common compiler options
-COMMON_CXXFLAGS=-fno-exceptions -fPIC -funwind-tables -I${ProjSrcRoot}/lib
+COMMON_CXXFLAGS=-fno-exceptions -fPIC -funwind-tables -I${ProjSrcRoot}/lib -I${ProjSrcRoot}/include
COMMON_CFLAGS=-fPIC