Merge branch 'connectivity-abstraction' to master
[platform/upstream/iotivity.git] / extlibs / boost / SConscript
index 516174b..1d8b47b 100644 (file)
@@ -1,10 +1,13 @@
-import os, string, sys
+import os, string, sys, subprocess
 
 Import('env')
 
+boost_env = env.Clone()
+
 modules = ['thread','program_options']
 
 target_os = env.get('TARGET_OS')
+target_arch = env.get('TARGET_ARCH')
 
 if 'linux' == target_os :
     # Check for Boost libraries in /usr/boost