Skip to content

Commit

Permalink
Enable back Scala.JS linking on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Feb 21, 2022
1 parent 77eb68c commit f19ffe2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object TestUtil {
)
// format: on

lazy val canRunJs = !isNativeCli || !Properties.isWin
lazy val canRunJs = true
lazy val canRunNative = true

def fromPath(app: String): Option[String] = {
Expand Down

0 comments on commit f19ffe2

Please sign in to comment.