Trying to get Windows support to build for XP

This commit is contained in:
Andrew Rioux 2024-02-13 16:58:13 -05:00
parent 93754e2cba
commit 2284480bc5
Signed by: andrew.rioux
GPG Key ID: 9B8BAC47C17ABB94
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,3 +6,6 @@ core
.direnv
result
sparse-public
rust9x.7z
rust9x

View File

@ -153,7 +153,7 @@
devShells.default = craneLib.devShell {
name = "sparse";
buildInputs = windowsBuildTools ++ [ rust-analyzer ];
buildInputs = windowsBuildTools ++ [ rust-analyzer rustup ];
SPARSE_BUILD_WINPCAP = "${winpcap}/Lib";
SPARSE_BUILD_LIBPCAP = "${libpcap-src}";