Skip to content

Commit

Permalink
Update Makefile.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Jul 11, 2024
1 parent c8913fb commit 79243df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions c/Makefile.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[tasks.c]
command = "make"
args = ["cargo-build_longport-c"]
args = ["cargo-build_longport_c"]
cwd = "cmake.build"

[tasks.c-release]
command = "make"
args = ["cargo-build_longport-c"]
args = ["cargo-build_longport_c"]
cwd = "cmake.build"

[tasks.c.windows]
command = "msbuild"
args = ["longport.sln", "-p:Configuration=Debug", "/t:cargo-build_longport-c"]
args = ["longport.sln", "-p:Configuration=Debug", "/t:cargo-build_longport_c"]
cwd = "cmake.build"

[tasks.c-release.windows]
command = "msbuild"
args = ["longport.sln", "-p:Configuration=Release", "/t:cargo-build_longport-c"]
args = ["longport.sln", "-p:Configuration=Release", "/t:cargo-build_longport_c"]
cwd = "cmake.build"

[tasks.c-test]
Expand Down

0 comments on commit 79243df

Please sign in to comment.