diff options
Diffstat (limited to '3rdParty/LibIDN/SConscript')
-rw-r--r-- | 3rdParty/LibIDN/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdParty/LibIDN/SConscript b/3rdParty/LibIDN/SConscript index 90892b0..c99aff8 100644 --- a/3rdParty/LibIDN/SConscript +++ b/3rdParty/LibIDN/SConscript @@ -42,3 +42,3 @@ if env.get("LIBIDN_BUNDLED", False) : else : - print "Error: Cannot find strcasecmp() or stricmp()" + print("Error: Cannot find strcasecmp() or stricmp()") Exit(1) @@ -48,3 +48,3 @@ if env.get("LIBIDN_BUNDLED", False) : else : - print "Error: Cannot find strncasecmp() or strnicmp()" + print("Error: Cannot find strncasecmp() or strnicmp()") Exit(1) |