summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 12cdd7c..29cd250 100644
--- a/flake.nix
+++ b/flake.nix
@@ -142,11 +142,11 @@
cpkgs = pkgs.pkgsCross.mingwW64;
nativeBuildInputs = [
cpkgs.buildPackages.gcc
- cpkgs.windows.pthreads
];
buildInputs = [
- cpkgs.openssl.dev
+ # cpkgs.openssl.dev
cpkgs.glfw
+ cpkgs.windows.pthreads
];
build = path: nm:
let