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

Fix a build error if the source folder has a space #195

Merged
merged 1 commit into from Jul 26, 2021

Conversation

richardgroves
Copy link
Contributor

If the source folder has a space in the path then the build for iOS fails as $(dirname "$0")/combine-libraries.sh has a space in it. This changes adds quotes around the directory name.

Things to consider before you submit the PR:

  • [N/A] Has CHANGELOG.md been updated?
  • [Y] Are tests passing locally?
  • [Y] Are the files formatted correctly?
  • [N/A ] Did you add unit tests?
  • [Y] Did you test your change with the sample apps?

Description

Allow the project to build if the source folder has a space in the path

Related PRs or issues

List related PRs and other issues.

Misc

Did a visual review of other scripts in the Scripts folder and they seem to be ok.

If the source folder has a space in the path then the build fails as $(dirname "$0")/combine-libraries.sh has a space in it. This changes adds quotes around the directory name.
@DmitriyKirakosyan
Copy link
Contributor

Hi @richardgroves

Thank you for your contribution! 👍

@DmitriyKirakosyan DmitriyKirakosyan merged commit 241383f into microsoft:master Jul 26, 2021
@richardgroves richardgroves deleted the patch-1 branch July 26, 2021 08:43
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.

None yet

2 participants