8 lines · plain
1if 'system-darwin' not in config.available_features:2 config.unsupported = True3 4config.environment["LLDB_APPLE_DSYMFORUUID_EXECUTABLE"] = ""5 6# Temporary parallel image loading deadlock workaround7config.environment["NO_PARALLEL_IMG_LOADING"] = ""8