From 2284480bc582144145fb9047139575f02b10ff1e Mon Sep 17 00:00:00 2001 From: Andrew Rioux Date: Tue, 13 Feb 2024 16:58:13 -0500 Subject: [PATCH] Trying to get Windows support to build for XP --- .gitignore | 3 +++ flake.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35c3873..51513b9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ core .direnv result sparse-public + +rust9x.7z +rust9x diff --git a/flake.nix b/flake.nix index ed0940b..29fe515 100644 --- a/flake.nix +++ b/flake.nix @@ -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}";