replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / extlibs / boost / SConscript
index 76fb4ec..cae1be1 100644 (file)
@@ -17,7 +17,7 @@ if target_os in ['android']:
     boost_version   = '1.58.0'
 
 boost_base_name  = 'boost_'+string.replace(boost_version,'.','_')
-boost_arch_name  = boost_base_name+'.zip'
+boost_arch_name  = boost_base_name+'.tar.bz2'
 boost_b2_name    = boost_base_name+os.sep+'b2'
 boost_url       = 'http://downloads.sourceforge.net/project/boost/boost/'+boost_version+'/'+boost_arch_name+'?r=&ts=1421801329&use_mirror=iweb'