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

build: describe the fix for compiling android node.js on an x86_64 host #54995

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

haotaoyanzhuce
Copy link

@RedYetiDev #54908 Modify the description

@RedYetiDev
Copy link
Member

for future reference, there's no need to keep making new PRs, you can reuse the old ones

Comment on lines 65 to 66
os.environ['CC_host'] = os.popen("which gcc").read().strip()
os.environ['CCX_host'] = os.popen("which g++").read().strip()
Copy link
Member

Choose a reason for hiding this comment

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

Does the Builtin shutil have something for this?

Copy link
Author

Choose a reason for hiding this comment

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

This is a better way, and I will submit it for modification.

@RedYetiDev RedYetiDev added build Issues and PRs related to build files or the CI. android Issues and PRs related to the android platform. labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issues and PRs related to the android platform. build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants