mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix a think-o in the disable-kaleidoscope-tests-on-windows predicate of r354646.
llvm-svn: 354650
This commit is contained in:
parent
7b93cdca50
commit
5900700050
@ -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…
x
Reference in New Issue
Block a user