diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-27 18:48:45 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-27 18:48:45 -0400 |
| commit | fc6661723fc0082821533e7b3ca2c2b5ad591283 (patch) | |
| tree | 10fe1e4d58bba1650ee04b21f3f60d85492b25ac /flake.nix | |
| parent | 89842c4e4bb64d36fdb9d6a66de364a04a0ed110 (diff) | |
Update windows build
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,6 +47,7 @@ LIBCOLONQ_PIT_NATIVE="${inputs.pit.packages.x86_64-linux.default}/lib"; LIBCOLONQ_PIT_WASM="${inputs.pit.packages.x86_64-linux.wasm}/lib"; + LIBCOLONQ_PIT_WINDOWS="${inputs.pit.packages.x86_64-linux.windows}/lib"; native = rec { nativeBuildInputs = [ @@ -183,7 +184,7 @@ env = {}; postPatch = "true"; }); - rustflags = "-L ${glfw}/lib -L ${pkgs.pkgsCross.mingwW64.windows.pthreads}/lib"; + rustflags = "-L ${glfw}/lib -L $ -L ${LIBCOLONQ_PIT_WINDOWS} {pkgs.pkgsCross.mingwW64.windows.pthreads}/lib"; shell = craneLib.devShell { packages = [ pkgs.pkgsCross.mingwW64.buildPackages.gcc |
