mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
156 B
INI
6 lines
156 B
INI
if 'OS=macosx' not in config.available_features:
|
|
config.unsupported = True
|
|
|
|
else:
|
|
config.substitutions.append(('%refactor', config.swift_refactor))
|