Fix build error with scons-4.4.0 version which is based on python3
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_le_adapter / SConscript
index ddbfa21..c6473b2 100644 (file)
@@ -7,7 +7,7 @@ import os.path
 
 target_os = env.get('TARGET_OS')
 
-print "Reading BLE adapter script for", target_os
+print("Reading BLE adapter script for", target_os)
 
 src_dir = os.path.join(os.curdir, 'bt_le_adapter')