cairo_native
cairo_native copied to clipboard
Resolve `CAIRO_NATIVE_RUNTIME_LIBRARY` relative path
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.