Skip to content

Commit 3ea6972

Browse files
committed
STY: tiny change in message formatting.
1 parent 6b23fc6 commit 3ea6972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SConscript.configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if conf.env.get('enable_objcryst', True):
6565
language='C++', autoadd=True)
6666
objcryst_requested = conf.env.get('enable_objcryst', False)
6767
if objcryst_requested and not conf.env['has_objcryst']:
68-
print('Adjust compiler paths or build with "enable_objcryst=False".')
68+
print("Adjust compiler paths or build with 'enable_objcryst=False'.")
6969
Exit(1)
7070

7171
env = conf.Finish()

0 commit comments

Comments
 (0)