Skip to content

Target platform and tweaks to prebuildify arguments#4

Merged
ahdinosaur merged 7 commits intoprebuild:masterfrom
ralphtheninja:TARGET_PLATFORM
Jan 30, 2019
Merged

Target platform and tweaks to prebuildify arguments#4
ahdinosaur merged 7 commits intoprebuild:masterfrom
ralphtheninja:TARGET_PLATFORM

Conversation

@ralphtheninja
Copy link
Copy Markdown
Member

@ralphtheninja ralphtheninja commented Jan 26, 2019

Basing this on top of the --args="-t 8.14.0 --napi --strip" code

@ralphtheninja
Copy link
Copy Markdown
Member Author

cc @vweevers

@ralphtheninja ralphtheninja changed the title Target platform Target platform and tweaks to prebuildify arguments Jan 26, 2019
@ralphtheninja ralphtheninja mentioned this pull request Jan 26, 2019
2 tasks
[ "${HELP}" == "y" ] || \
[ "${ARCH}" == "" ] || \
!( [ "${ARCH}" != "x32" ] && [ "${ARCH}" != "x64" ] && [ "${ARCH}" != "arm" ] && [ "${ARCH}" != "arm64" ] ) || \
( [ "${ARCH}" != "x32" ] && [ "${ARCH}" != "x64" ] && [ "${ARCH}" != "arm" ] && [ "${ARCH}" != "arm64" ] ) || \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍

@ahdinosaur ahdinosaur merged commit f389444 into prebuild:master Jan 30, 2019
@ralphtheninja ralphtheninja deleted the TARGET_PLATFORM branch January 30, 2019 21:38
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