scons: Missed some things in the Python2to3 update

This commit is contained in:
2023-01-21 15:46:46 -05:00
parent 76ee270c6e
commit e1d6fe1d12
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
Import("env platform")
if str(platform) != "darwin":
print "Error: Building for", str(platform), "but trying to create a Mac install package"
print("Error: Building for", str(platform), "but trying to create a Mac install package")
env.Command('OBoE.dmg', "#build/Blades of Exile",
action='hdiutil create -fs HFS+ -volname "Blades of Exile" -srcfolder $SOURCE $TARGET')