Skip to content

Commit 92c6cdc

Browse files
committed
cargo-make: Add profile for Windows
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 5e9a533 commit 92c6cdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inputmodule-control/Makefile.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ extend = "../Makefile.toml"
22

33
[env]
44
TARGET_TRIPLE = "x86_64-unknown-linux-gnu"
5+
6+
# TODO: Automatically detect Windows
7+
[env.windows]
8+
TARGET_TRIPLE = "x86_64-pc-windows-msvc"

0 commit comments

Comments
 (0)