Skip to content

Conversation

torarnv
Copy link
Contributor

@torarnv torarnv commented Nov 25, 2023

The ARG_SEARCH_PATHS variable is a list, just like SOURCES, and can be referenced directly in add_custom_command.

Expanding the list manually by replacing ; with spaces would result in linker lines with -I/foo\ -I/bar.

The ARG_SEARCH_PATHS variable is a list, just like SOURCES, and can be referenced directly in add_custom_command. Expanding the list manually by replacing ; with spaces would result in linker lines with `-I/foo\ -I/bar`.
@etcwilde etcwilde self-requested a review December 30, 2023 01:34
Copy link
Member

@etcwilde etcwilde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. LGTM

@etcwilde etcwilde merged commit 516f1f2 into swiftlang:main Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants