cairo_native icon indicating copy to clipboard operation
cairo_native copied to clipboard

Resolve `CAIRO_NATIVE_RUNTIME_LIBRARY` relative path

Open rodrigo-pino opened this issue 1 year ago • 0 comments

Simple PR to resolve the CAIRO_NATIVE_RUNTIME_LIBRARY when it is a relative path so that it can work better with STARKNET approach to global vars (e.g. doing "./native_runtime.a") will turn into "/usr/somewhere/over/the/rainbow/native_runtime.a".

Looking forward to hear your thoughts!

Checklist

  • [ ] Linked to Github Issue
  • [ ] Unit tests added
  • [ ] Integration tests added.
  • [ ] This change requires new documentation.
    • [ ] Documentation has been added/updated.

rodrigo-pino avatar Oct 10 '24 15:10 rodrigo-pino