swift-syntax
swift-syntax copied to clipboard
build: parse arguments for `add_swift_host_library`
We use EXCLUDE_FROM_ALL in one of the libraries but did not account for that in the installation. When building swift-syntax for the android host for building swift-foundation, this prevents installation of the package. Parse and explicitly pass along the flag.
@swift-ci please test
CC @rintaro since I know you have a PR that moves EXCLUDE_FROM_ALL top level.