Skip to content

Conversation

@mdqst
Copy link

@mdqst mdqst commented Sep 28, 2025

fixed a couple of issues in the build script:

  • replaced uname -i with uname -m, added quoting, and used = instead of == for better portability.
  • switched BUILD_COMMAND to an array and executed it with "${BUILD_COMMAND[@]}" so commands with arguments are handled correctly.
  • added mkdir -p "$SYSROOT/bin" before install to prevent errors when the directory doesn’t exist.

these changes make the script more robust across different environments.

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.

1 participant