Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit aaf0a59

Browse files
committed
setup.py: drop cmake_args
The build tools automatically select Release and we don't need to force a specific compiler.
1 parent b356176 commit aaf0a59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
python_requires=">=3.7",
3131
packages=find_namespace_packages(where=("pywinrt")),
3232
package_dir={"": "pywinrt"},
33-
cmake_args=['-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_C_COMPILER=cl', '-DCMAKE_CXX_COMPILER=cl'],
3433
# recursive glob (**) doesn't seem to work here
3534
package_data={"winsdk": ["py.typed", "*.pyi", "*/*.pyi", "*/*/*.pyi", "*/*/*/*.pyi", "*/*/*/*/*.pyi"]},
3635
)

0 commit comments

Comments
 (0)