Skip to content

pico-blink: build.sh: removes quotes to make it build #106

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

Closed
wants to merge 1 commit into from

Conversation

chbeer
Copy link
Contributor

@chbeer chbeer commented Apr 18, 2025

build.sh of pico-build didn't build on my Mac (Sequoia) because of the quotes around the $SWIFT_BUILD_FLAGS.

From my understanding, and Swifts understanding, they seem wrong.

@kubamracek
Copy link
Collaborator

I think I have actually noticed this too, and forgot to fix it... Thanks @chbeer!

@rauhul
Copy link
Collaborator

rauhul commented Apr 28, 2025

I think the right solution is to change CLANG_FLAGS and friends into bash arrays not flat strings

@rauhul
Copy link
Collaborator

rauhul commented May 2, 2025

@chbeer thank you for this PR! Instead of continuing with this build.sh we can leverage some advancements in SwiftPM to make the build more simple. I've pushed a PR with this new approach in #110.

@rauhul rauhul closed this May 2, 2025
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