ocaml: don't use the spack compiler (#38251)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
parent
f5b595071e
commit
b4bbe5e305
@ -70,7 +70,7 @@ def install(self, spec, prefix):
|
||||
string=True,
|
||||
)
|
||||
|
||||
configure(*(base_args))
|
||||
configure(*(base_args), f"CC={self.compiler.cc}")
|
||||
|
||||
make("world.opt")
|
||||
make("install", "PREFIX={0}".format(prefix))
|
||||
|
Loading…
Reference in New Issue
Block a user