1 # SPDX-License-Identifier: MIT
3 # Copyright The SCons Foundation
12 elif arg
== '-sourcepath':
19 out
= file.lower().replace('.java', '.class')
20 with
open(file, 'rb') as infile
, open(out
, 'wb') as outfile
:
22 if not line
.startswith(b
'/*javac*/'):