From 40c939e6003db0281a3b48804cdf5b495f079e27 Mon Sep 17 00:00:00 2001 From: Spotandjake Date: Mon, 20 Jan 2025 00:29:49 -0500 Subject: [PATCH] chore: Try force `CYGWIN` --- compiler/esy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/esy.json b/compiler/esy.json index e6bb450d7..5b4dd31fa 100644 --- a/compiler/esy.json +++ b/compiler/esy.json @@ -6,6 +6,7 @@ "dune build @native --no-buffer" ], "buildEnv": { + "CYGWIN": "winsymlinks:native", "DUNE_BUILD_DIR": "#{self.target_dir}", "GRAIN_STDLIB": "#{self.root / '..' / 'stdlib'}", "GRAINC_BIN_PATH": "#{self.target_dir / 'default' / 'grainc' / 'grainc.exe'}",