Trying to get Windows support to build for XP
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,3 +6,6 @@ core
|
|||||||
.direnv
|
.direnv
|
||||||
result
|
result
|
||||||
sparse-public
|
sparse-public
|
||||||
|
|
||||||
|
rust9x.7z
|
||||||
|
rust9x
|
||||||
|
|||||||
@@ -153,7 +153,7 @@
|
|||||||
devShells.default = craneLib.devShell {
|
devShells.default = craneLib.devShell {
|
||||||
name = "sparse";
|
name = "sparse";
|
||||||
|
|
||||||
buildInputs = windowsBuildTools ++ [ rust-analyzer ];
|
buildInputs = windowsBuildTools ++ [ rust-analyzer rustup ];
|
||||||
|
|
||||||
SPARSE_BUILD_WINPCAP = "${winpcap}/Lib";
|
SPARSE_BUILD_WINPCAP = "${winpcap}/Lib";
|
||||||
SPARSE_BUILD_LIBPCAP = "${libpcap-src}";
|
SPARSE_BUILD_LIBPCAP = "${libpcap-src}";
|
||||||
|
|||||||
Reference in New Issue
Block a user