[Lldb-commits] [PATCH] D77842: Fix setting Python3_ROOT_DIR on Windows

Isuru Fernando via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 9 19:36:06 PDT 2020


isuruf added a comment.

The intention of the code is to set the variable `Python3_ROOT_DIR` to the value of the variable `PYTHON_HOME`, but it was using just the string `"PYTHON_HOME"` instead.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77842/new/

https://reviews.llvm.org/D77842





More information about the lldb-commits mailing list