forked from OSchip/llvm-project
[AST] Enable AST node introspection on WIN32
This commit is contained in:
parent
a5e579cc2b
commit
141945f950
|
@ -24,7 +24,6 @@ string(SUBSTRING ${CMAKE_CURRENT_BINARY_DIR} ${PATH_LIB_END} -1 PATH_TAIL)
|
||||||
string(CONCAT BINARY_INCLUDE_DIR ${PATH_HEAD} "/include/clang/" ${PATH_TAIL})
|
string(CONCAT BINARY_INCLUDE_DIR ${PATH_HEAD} "/include/clang/" ${PATH_TAIL})
|
||||||
|
|
||||||
if (NOT Python3_EXECUTABLE
|
if (NOT Python3_EXECUTABLE
|
||||||
OR WIN32
|
|
||||||
OR APPLE
|
OR APPLE
|
||||||
OR GENERATOR_IS_MULTI_CONFIG
|
OR GENERATOR_IS_MULTI_CONFIG
|
||||||
OR NOT LLVM_NATIVE_ARCH IN_LIST LLVM_TARGETS_TO_BUILD
|
OR NOT LLVM_NATIVE_ARCH IN_LIST LLVM_TARGETS_TO_BUILD
|
||||||
|
|
Loading…
Reference in New Issue