8000 Fix passing of dotnet config to setup.py · pythonnet/pythonnet@a0e8cb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0e8cb3

Browse files
committed
Fix passing of dotnet config to setup.py
Fixes #1631
1 parent 8c0fcf6 commit a0e8cb3

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
@@ -26,7 +26,7 @@ class build_dotnet(Command):
2626

2727
description = "Build DLLs with dotnet-cli"
2828
user_options = [
29-
("dotnet-config", None, "dotnet build configuration"),
29+
("dotnet-config=", None, "dotnet build configuration"),
3030
(
3131
"inplace",
3232
"i",

0 commit comments

Comments
 (0)
0