Skip to content

Commit

Permalink
fix typo in uberenv conduit pkg python support (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Apr 5, 2017
1 parent cc64086 commit 2da70ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/uberenv/packages/uberenv-conduit/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def install(self, spec, prefix):
cfg.write("# sphinx from uberenv\n")
cfg.write("#" + cmake_cache_entry("SPHINX_EXECUTABLE",py3_sphinx_build_exe))

if not "+python" in spec and "+python3" in spec:
if not "+python" in spec and not "+python3" in spec:
cfg.write(cmake_cache_entry("ENABLE_PYTHON","OFF"))

#######################
Expand Down

0 comments on commit 2da70ab

Please sign in to comment.