mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
test: Add the feature 'shell' on LLVM_ON_UNIX.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63fbb52163
commit
e7331eea2d
@ -226,6 +226,10 @@ config.on_clone = on_clone
|
||||
|
||||
### Features
|
||||
|
||||
# Shell execution
|
||||
if sys.platform not in ['win32']:
|
||||
config.available_features.add('shell')
|
||||
|
||||
# Loadable module
|
||||
# FIXME: This should be supplied by Makefile or autoconf.
|
||||
if sys.platform in ['win32', 'cygwin']:
|
||||
|
Loading…
Reference in New Issue
Block a user