build: Fix scons mistake (close square brackets)
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Mon, 7 Nov 2016 13:50:21 +0000 (14:50 +0100)
committerHabib Virji <habib.virji@samsung.com>
Mon, 7 Nov 2016 17:08:31 +0000 (17:08 +0000)
Maybe squashed into:
https://gerrit.iotivity.org/gerrit/#/c/13615/

Change-Id: I139955f421d6d3e24f1986880006f34349fbe5cf
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14079
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
service/coap-http-proxy/SConscript

index 366524a..32574ac 100644 (file)
@@ -52,7 +52,7 @@ if with_upstream_libcoap == '1':
     # we manually copy the forked version to where the unforked version is downloaded.
     env.AppendUnique(CPPPATH = ['#extlibs/libcoap/libcoap/include'])
 else:
-    env.AppendUnique(CPPPATH = ['#resource/csdk/connectivity/lib/libcoap-4.1.1/include')
+    env.AppendUnique(CPPPATH = ['#resource/csdk/connectivity/lib/libcoap-4.1.1/include'])
 
 local_env.PrependUnique(LIBS = ['oc', 'octbstack', 'oc_logger', 'connectivity_abstraction', 'coap'])
 if target_os not in ['windows']: