Commit a811607a authored by Paul Kehrer's avatar Paul Kehrer Committed by GitHub

use consistent quotes

parent 74da9afb
...@@ -109,7 +109,7 @@ class build_ext(_build_ext): ...@@ -109,7 +109,7 @@ class build_ext(_build_ext):
and get_abi3_suffix() and get_abi3_suffix()
) )
if use_abi3: if use_abi3:
so_ext = get_config_var("EXT_SUFFIX") or get_config_var("SO") so_ext = get_config_var('EXT_SUFFIX') or get_config_var('SO')
filename = filename[:-len(so_ext)] filename = filename[:-len(so_ext)]
filename = filename + get_abi3_suffix() filename = filename + get_abi3_suffix()
if isinstance(ext, Library): if isinstance(ext, Library):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment