Skip to content

Commit 51b618a

Browse files
committed
add missing space
1 parent c5c52c5 commit 51b618a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-python/3/distutils/sysconfig_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _init_posix():
6666

6767
g = {}
6868
g['CC'] = "%s --experimental-options -CC %s" % (sys.executable, "-v" if sys.flags.verbose else "")
69-
g['CXX'] = "%s--experimental-options -CC %s" % (sys.executable, "-v" if sys.flags.verbose else "")
69+
g['CXX'] = "%s --experimental-options -CC %s" % (sys.executable, "-v" if sys.flags.verbose else "")
7070
g['OPT'] = "-DNDEBUG -O1"
7171
g['CFLAGS'] = "-DNDEBUG -O1"
7272
g['CCSHARED'] = "-fPIC"

0 commit comments

Comments
 (0)