ocaml: don't use the spack compiler (#38251)

Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
Juan Miguel Carceller 2023-06-08 21:17:29 +02:00 committed by GitHub
parent f5b595071e
commit b4bbe5e305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))