Odin icon indicating copy to clipboard operation
Odin copied to clipboard

Linking overrides

Open ftphikari opened this issue 3 years ago • 2 comments

Discussion

discussions/1390

Proposal

#override_foreign_library "system:somelib" "myownlib.a"

ftphikari avatar Jan 03 '22 20:01 ftphikari

Cautionary note: the library that will be overridden needs to be located at the place of the file that calls for an override, not in the place where the library was first defined.

ftphikari avatar Jan 03 '22 22:01 ftphikari

Hello!

I am marking this issue as stale as it has not received any engagement from the community or maintainers 120 days. That does not imply that the issue has no merit! If you feel strongly about this issue

  • open a PR referencing and resolving the issue;
  • leave a comment on it and discuss ideas how you could contribute towards resolving it;
  • leave a comment and describe in detail why this issue is critical for your use case;
  • open a new issue with updated details and a plan on resolving the issue.

The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone..

github-actions[bot] avatar Jul 24 '22 22:07 github-actions[bot]

Please reopen this issue.

ftphikari avatar Jan 26 '23 21:01 ftphikari

A command line argument would also be nice and won't require source modification. -override-foreign-library:"system:somelib"="myownlib.a"

DragosPopse avatar Jan 27 '23 09:01 DragosPopse