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

Use a separate build directory for each port #23961

Merged
merged 3 commits into from
Mar 21, 2025

Conversation

dschuff
Copy link
Member

@dschuff dschuff commented Mar 20, 2025

This allows building them simultaneously with Ninja.
Split out from #23924

This allows building them simultaneously with Ninja.
Split out from emscripten-core#23924
@dschuff dschuff requested a review from sbc100 March 20, 2025 19:41
@dschuff dschuff enabled auto-merge (squash) March 20, 2025 20:03
@@ -233,7 +237,7 @@ def erase():

@staticmethod
def get_build_dir():
return system_libs.get_build_dir()
return os.path.join(system_libs.get_build_dir(), 'ports')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this needed? I guess its nice to have system libs and ports cleanly separated maybe?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, it's not needed. My original version didn't have it but you suggested it in #23924 (comment) (I think I'd kind of prefer not having it).

Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't feel strongly. lgtm either way.

@dschuff dschuff merged commit a5af114 into emscripten-core:main Mar 21, 2025
24 checks passed
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