[CMake] Fix find_python_libs_windows
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 26 Jul 2019 16:32:49 +0000 (16:32 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 26 Jul 2019 16:32:49 +0000 (16:32 +0000)
commit81dab368bffd1dac1748db878e57b4e4d4221670
tree1f7c1dde66e174514916a312d420b755ac04399d
parentd6c448244bf01d494c34206272ecf55e14244919
[CMake] Fix find_python_libs_windows

Exporting PYTHON_INCLUDE_DIR to the Python scope somehow got lost in my
last change. Add it back again. This should fix the Windows bot!

llvm-svn: 367127
lldb/cmake/modules/LLDBConfig.cmake