fix typos
This commit is contained in:
parent
5600b8056b
commit
0b10242c36
2 changed files with 3 additions and 3 deletions
|
|
@ -47,11 +47,11 @@ class CustomCommand(Command):
|
|||
go_call = [
|
||||
"go",
|
||||
"build",
|
||||
f"-buildmode=${build_mode_name}",
|
||||
f"-buildmode={build_mode_name}",
|
||||
"-tags",
|
||||
",".join(go_tags),
|
||||
"-o",
|
||||
f"../pygomx-module/libmxclient${build_mode_ext}",
|
||||
f"../pygomx-module/libmxclient{build_mode_ext}",
|
||||
".",
|
||||
]
|
||||
subprocess.call(go_call, cwd="../libmxclient")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue