Skip to content

Conversation

@juicermv
Copy link
Owner

@juicermv juicermv commented Jul 6, 2025

When providing object files to the linker, we now use relative paths in order to avoid OS error 206.

juicermv added 2 commits July 6, 2025 14:05
Updated the linking steps in generic, MinGW, and MSVC compilers to convert object file paths to be relative to the project directory before passing them to the linker. This improves portability and correctness when invoking the linker. Also refactored function signatures to accept Vec<String> instead of mutable references for object files, and made minor import cleanups.
@juicermv juicermv merged commit 82d77f2 into main Jul 6, 2025
10 checks passed
@juicermv juicermv deleted the relative-linker-paths branch July 6, 2025 11:13
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