forked from OSchip/llvm-project
Fix a think-o in the disable-kaleidoscope-tests-on-windows predicate of r354646.
llvm-svn: 354650
This commit is contained in:
parent
0280a5e143
commit
de9b30db3d
|
@ -1,2 +1,2 @@
|
|||
if not config.build_examples and not sys.platform in ['win32', 'Windows']:
|
||||
if not config.build_examples or sys.platform in ['win32']:
|
||||
config.unsupported = True
|
Loading…
Reference in New Issue