From 7da12c1da133e5a5bc508fef685dff97259fc63e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 18 Mar 2025 01:03:55 -0400 Subject: update --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d7f2f0e..3a1d677 100644 --- a/flake.nix +++ b/flake.nix @@ -147,15 +147,15 @@ cc = pkgs.pkgsCross.mingwW64.buildPackages.wrapCCWith { cc = pkgs.pkgsCross.mingwW64.buildPackages.gcc; extraPackages = [ - pkgs.pkgsCross.mingwW64.windows.pthreads - glfw + # pkgs.pkgsCross.mingwW64.windows.pthreads + # glfw ]; }; shell = craneLib.devShell { packages = [ cc ]; - RUSTFLAGS="-L ${glfw}/lib"; + RUSTFLAGS="-L ${glfw}/lib -L ${pkgs.pkgsCross.mingwW64.windows.pthreads}/lib"; }; build = path: nm: let -- cgit v1.2.3