diff options
author | Andrew W Elble <aweits@rit.edu> | 2024-07-19 18:24:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 16:24:22 -0600 |
commit | a6c638d0fa90f178f6243951c8b2823488f3ba82 (patch) | |
tree | f1a62eb9023a4ee7942f70ee89d9517d579f131a /lib | |
parent | fa8a512945df5f0aa120f589df95577a32f404c9 (diff) | |
download | spack-a6c638d0fa90f178f6243951c8b2823488f3ba82.tar.gz spack-a6c638d0fa90f178f6243951c8b2823488f3ba82.tar.bz2 spack-a6c638d0fa90f178f6243951c8b2823488f3ba82.tar.xz spack-a6c638d0fa90f178f6243951c8b2823488f3ba82.zip |
sqlite: fix AttributeError when +functions (#45327)
using self.compiler.cc_pic_flag here results in these errors:
==> sqlite: Executing phase: 'install'
==> Error: AttributeError: 'AutotoolsBuilder' object has no attribute 'compiler'
change it to self.pkg.compiler.cc_pic_flag instead.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions