We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19bd90 commit 58ec10cCopy full SHA for 58ec10c
var/spack/repos/builtin/packages/antlr/package.py
@@ -54,7 +54,7 @@ def configure_args(self):
54
D = 'disable'
55
return [
56
'--{0}-cxx'.format(E if '+cxx' in spec else D),
57
- '--{0}-java'.format(D if '+java' in spec else D),
+ '--{0}-java'.format(E if '+java' in spec else D),
58
'--{0}-python'.format(E if '+python' in spec else D),
59
'--disable-csharp'
60
]
0 commit comments