security: Add tinycbor include path
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 18 Aug 2017 18:27:13 +0000 (20:27 +0200)
committerMats Wichmann <mats@linux.com>
Mon, 9 Oct 2017 15:02:13 +0000 (15:02 +0000)
Problem was observed using: scons install
(without scons building step)

Bug: https://jira.iotivity.org/browse/IOT-1745
Change-Id: I863f496d9a76ac3b5a7b69476aa76bdee66213ec
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
(cherry picked from commit 510dadf84e7866182136b58ef4e0f43801927f3b)

resource/csdk/security/tool/SConscript

index db7e8358411bff3cb465e90d01e79dc129027fce..fac12e926856c0a3f64719e6d36951a44fd3ef97 100644 (file)
@@ -36,6 +36,7 @@ else:
 
 tools_env.PrependUnique(CPPPATH=[
     '#/extlibs/cjson',
+    '#/extlibs/tinycbor/tinycbor/src',
     '#/resource/csdk/include',
     '#/resource/csdk/stack/include',
     '#/resource/csdk/stack/include/internal',