Skip to content

Commit 4232cae

Browse files
authored
fix up wrong build path for panama (#4556)
1 parent 99238f9 commit 4232cae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

panama.sc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,7 @@ trait HasJextractGeneratedSources extends JavaModule {
138138
linkLibraries().flatMap(l => Seq("-l", l))
139139
).call(T.dest)
140140
// @formatter:on
141-
Lib
142-
.findSourceFiles(os.walk(T.dest).map(PathRef(_)), Seq("java"))
143-
.distinct
144-
.map(PathRef(_))
141+
Seq(PathRef(T.dest))
145142
}
146143
}
147144

0 commit comments

Comments
 (0)