Skip to content

Commit

Permalink
Merge pull request #4701 from IntersectMBO/js/windows-buildable
Browse files Browse the repository at this point in the history
Ensure repo is buildable on Windows
  • Loading branch information
lehins authored Oct 17, 2024
2 parents 4be8d27 + 771271d commit 0110426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/plutus-preprocessor/plutus-preprocessor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
plutus-ledger-api,
template-haskell

if (impl(ghc <9.6) || impl(ghc >=9.7))
if ((impl(ghc <9.6) || impl(ghc >=9.7)) || os(windows))
buildable: False

executable plutus-preprocessor
Expand All @@ -60,5 +60,5 @@ executable plutus-preprocessor
plutus-preprocessor,
base >=4.14 && <5

if (impl(ghc <9.6) || impl(ghc >=9.7))
if ((impl(ghc <9.6) || impl(ghc >=9.7)) || os(windows))
buildable: False

0 comments on commit 0110426

Please sign in to comment.