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

Avoid converting --pre-js/--post-js files to absolute paths. NFC #23664

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Feb 13, 2025

Now that we change CWD when running compiler.mjs (See #23519) we no longer need to convert these to absolute paths in link.py.

This also makes explicit the difference between system and user includes in jsifier.mjs.

@sbc100 sbc100 marked this pull request as ready for review February 13, 2025 00:02
@sbc100 sbc100 requested a review from kripken February 13, 2025 00:02
Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

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

Nice!

Now that we change CWD when running `compiler.mjs` (See emscripten-core#23519) we no
longer need to convert these to absolute paths in `link.py`.

This also makes explicit the difference between system and user includes
in `jsifier.mjs`.
@sbc100 sbc100 merged commit 6fd5a1f into emscripten-core:main Feb 13, 2025
4 of 14 checks passed
@sbc100 sbc100 deleted the includeFile branch February 13, 2025 18:52
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.

2 participants