Skip to content

Commit

Permalink
Add CYGWIN_ROOT_MINGW_BIN constant
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored Sep 7, 2024
1 parent c2f0392 commit 12811da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/setup-ocaml/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export const CYGWIN_ROOT = path.join("D:", "cygwin");

export const CYGWIN_ROOT_BIN = path.join(CYGWIN_ROOT, "bin");

export const CYGWIN_ROOT_MINGW_BIN = path.join(CYGWIN_ROOT, "usr", "x86_64-w64-mingw32", "bin");

export const DUNE_CACHE_ROOT = (() => {
const homeDir = os.homedir();
if (PLATFORM === "windows") {
Expand Down

0 comments on commit 12811da

Please sign in to comment.