mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-30 15:10:30 +00:00
Fix a think-o in the disable-kaleidoscope-tests-on-windows predicate of r354646.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90d12ee005
commit
c399c85e70
@ -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
Block a user