Merge pull request #2376 from aprokop/misprint_fix
llvm-lld: minor misprint fix
This commit is contained in:
commit
760bca3048
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class LlvmLld(Package):
|
|||
depends_on('cmake', type='build')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
env['CXXFLAGS'] = self.compier.cxx11_flag
|
||||
env['CXXFLAGS'] = self.compiler.cxx11_flag
|
||||
|
||||
with working_dir('spack-build', create=True):
|
||||
cmake('..',
|
||||
|
|
Loading…
Reference in a new issue