summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a46aa9c..5d18bf8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -145,6 +145,7 @@
pkgs.glxinfo
pkgs.cmake
pkgs.pkgsCross.mingwW64.buildPackages.gcc
+ pkgs.pkgsCross.mingwW64.windows.pthreads
] ++ native.nativeBuildInputs ++ native.buildInputs;
LIBRARY_PATH = "$LIBRARY_PATH:${pkgs.lib.makeLibraryPath native.buildInputs}";
RUSTFLAGS="-L ${glfw}/lib";