diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-18 01:03:55 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-18 01:03:55 -0400 |
| commit | 7da12c1da133e5a5bc508fef685dff97259fc63e (patch) | |
| tree | dd4cc28c2248dfd35069461fd1b5075f435600f9 /flake.nix | |
| parent | 009f87ee3501b2d9ad8e14379956d0fe4816abac (diff) | |
update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
