Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample: fix build when clang path contains space #4271

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

lmb
Copy link
Collaborator

@lmb lmb commented Mar 10, 2025

Building the sample project fails if the clang path contains a space. Fix this by quoting "$(ClangExec)".

dthaler
dthaler previously approved these changes Mar 10, 2025
Alan-Jowett
Alan-Jowett previously approved these changes Mar 10, 2025
@lmb lmb dismissed stale reviews from Alan-Jowett and dthaler via d021314 March 10, 2025 15:55
@lmb lmb force-pushed the samples-fix-build branch from 75cb87a to d021314 Compare March 10, 2025 15:55
@lmb lmb enabled auto-merge March 10, 2025 15:56
@lmb
Copy link
Collaborator Author

lmb commented Mar 10, 2025

Had the wrong fix, it's easier to include the " in the .props file.

@dthaler
Copy link
Collaborator

dthaler commented Mar 10, 2025

Had the wrong fix, it's easier to include the " in the .props file.

Please update the PR description. :) The fix itself looks good to me.

Building the sample project fails if the clang path contains a space.
Fix this by quoting "$(ClangExec)".
@lmb lmb added this pull request to the merge queue Mar 11, 2025
Merged via the queue into microsoft:main with commit e9cc0a8 Mar 11, 2025
95 of 97 checks passed
@lmb lmb deleted the samples-fix-build branch March 11, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants