Skip to content

Commit 7df8317

Browse files
committed
[Setup] Fix no_python_abi_suffix error
ghstack-source-id: 55c845efd936558116f8fdc356f22aca88943f99 Pull Request resolved: #2863
1 parent 62f3e3b commit 7df8317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def _main(argv):
273273
),
274274
ext_modules=get_extensions(),
275275
cmdclass={
276-
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),
276+
"build_ext": BuildExtension.with_options(),
277277
"clean": clean,
278278
},
279279
install_requires=[

0 commit comments

Comments
 (0)