Skip to content

Commit 5aa7219

Browse files
committed
pass along SRCWRTIMER_ROOT_DIR in .cargo/config.toml too (helps with cargo clippy)
1 parent d135351 commit 5aa7219

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ target = "i686-pc-windows-msvc"
1212
CFLAGS_i686_pc_windows_msvc = "/Zi /FS"
1313
CXXFLAGS_i686_pc_windows_msvc = "/Zi /FS"
1414

15+
SRCWRTIMER_ROOT_DIR = { value = "../srcwrtimer", relative = true }
16+
1517
[target.i686-pc-windows-msvc]
1618
rustflags = [
1719
# 2025... we can rely on CPUs to be using SSE2... not that it will likely change much in codegen...

0 commit comments

Comments
 (0)