Skip to content

Commit cd9fed2

Browse files
committed
fix build
1 parent 47a4c66 commit cd9fed2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

project/Build.scala

+2-10
Original file line numberDiff line numberDiff line change
@@ -756,16 +756,8 @@ object Build {
756756
asDottyLibrary(Bootstrapped).
757757
enablePlugins(MyScalaJSPlugin).
758758
settings(
759-
// TODO Compile more (enventually all) of the library
760-
/*unmanagedSourceDirectories in Compile :=
761-
(unmanagedSourceDirectories in (`dotty-library-bootstrapped`, Compile)).value,*/
762-
sources in Compile := {
763-
val baseDir = (baseDirectory in (`dotty-library-bootstrapped`, Compile)).value
764-
Seq(
765-
baseDir / "src/scala/forceInline.scala",
766-
baseDir / "src-3.x/dotty/DottyPredef.scala",
767-
)
768-
},
759+
unmanagedSourceDirectories in Compile :=
760+
(unmanagedSourceDirectories in (`dotty-library-bootstrapped`, Compile)).value,
769761
)
770762

771763
lazy val `dotty-sbt-bridge` = project.in(file("sbt-bridge/src")).

0 commit comments

Comments
 (0)