Skip to content

Commit 58ec10c

Browse files
author
Elizabeth Fischer
authored
fix typo
1 parent f19bd90 commit 58ec10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/spack/repos/builtin/packages/antlr/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def configure_args(self):
5454
D = 'disable'
5555
return [
5656
'--{0}-cxx'.format(E if '+cxx' in spec else D),
57-
'--{0}-java'.format(D if '+java' in spec else D),
57+
'--{0}-java'.format(E if '+java' in spec else D),
5858
'--{0}-python'.format(E if '+python' in spec else D),
5959
'--disable-csharp'
6060
]

0 commit comments

Comments
 (0)