Fix build error with scons-4.4.0 version which is based on python3
[platform/upstream/iotivity.git] / build_common / windows / SConscript
index 48eee71..1718d67 100644 (file)
@@ -37,6 +37,6 @@ if env['CC'] == 'cl':
     env.AppendUnique(PATH = os.environ['PATH'])
 
 elif env['CC'] == 'gcc':
-    print "\nError: gcc not supported on Windows.  Use Visual Studio!\n"
+    print("\nError: gcc not supported on Windows.  Use Visual Studio!\n")
     Exit(1);