Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Sep 21, 2023
1 parent 3518410 commit 902048f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion var/spack/repos/builtin/packages/qt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ def setup_build_environment(self, env):
if self.spec.satisfies("os=scientific7"):
env.set("OPENSSL_LIBS", "-L/usr/lib64/openssl11 -lssl -lcrypto")


def setup_run_environment(self, env):
env.set("QTDIR", self.prefix)
env.set("QTINC", self.prefix.inc)
Expand Down

0 comments on commit 902048f

Please sign in to comment.