1
0
mirror of synced 2026-01-11 23:42:44 +00:00
Vulcan dc7deefc00
Add dynamic linking support
The original static linking works on distributions like Ubuntu that provide static libraries, but it would fail on some distributions like Arch Linux that primarily provide dynamic libraries.

This commit adds dynamic linking support to accommodate these distributions.

Usage:

```
make LINK_TYPE=dynamic build
```
2025-01-31 12:46:06 +05:30
..
2020-09-09 15:11:45 -07:00
2025-01-31 12:46:06 +05:30
2020-09-09 15:11:45 -07:00
2020-09-09 15:11:45 -07:00