Skip to content

Commit 7df8317

Browse files
author
Vincent Moens
committed
[Setup] Fix no_python_abi_suffix error
ghstack-source-id: 55c845e 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

Lines changed: 1 addition & 1 deletion
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)