swift-syntax icon indicating copy to clipboard operation
swift-syntax copied to clipboard

build: parse arguments for `add_swift_host_library`

Open compnerd opened this issue 1 year ago • 2 comments

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.

compnerd avatar Jun 26 '24 16:06 compnerd

@swift-ci please test

compnerd avatar Jun 26 '24 16:06 compnerd

CC @rintaro since I know you have a PR that moves EXCLUDE_FROM_ALL top level.

bnbarham avatar Jun 26 '24 22:06 bnbarham