Avoid changing working directory EMCC_BATCH_BUILD is unset. NFC#26812
Avoid changing working directory EMCC_BATCH_BUILD is unset. NFC#26812sbc100 merged 1 commit intoemscripten-core:mainfrom
Conversation
This is a large file and after skimming relevant parts I'm not sure how to convince myself that is the case? |
Firstly, this change only effects users who do The default use case The reason See: This only happens for the batch builder, and its one of the reasons I don't like the batch builder: Because all the errors like |
When not using `EMCC_BATCH_BUILD` the working directory does not matter.
sbc100
left a comment
There was a problem hiding this comment.
I refactored and added some comments.
When not using
EMCC_BATCH_BUILDthe working directory does not matter.