Skip to content

Commit

Permalink
setup.py: drop cmake_args
Browse files Browse the repository at this point in the history
The build tools automatically select Release and we don't need to force
a specific compiler.
  • Loading branch information
dlech committed Apr 8, 2023
1 parent b356176 commit aaf0a59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
python_requires=">=3.7",
packages=find_namespace_packages(where=("pywinrt")),
package_dir={"": "pywinrt"},
cmake_args=['-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_C_COMPILER=cl', '-DCMAKE_CXX_COMPILER=cl'],
# recursive glob (**) doesn't seem to work here
package_data={"winsdk": ["py.typed", "*.pyi", "*/*.pyi", "*/*/*.pyi", "*/*/*/*.pyi", "*/*/*/*/*.pyi"]},
)

0 comments on commit aaf0a59

Please sign in to comment.