File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -756,16 +756,8 @@ object Build {
756
756
asDottyLibrary(Bootstrapped ).
757
757
enablePlugins(MyScalaJSPlugin ).
758
758
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,
769
761
)
770
762
771
763
lazy val `dotty-sbt-bridge` = project.in(file(" sbt-bridge/src" )).
You can’t perform that action at this time.
0 commit comments