Commit 71420c2
committed
GPU: support loading dynamic libraries on macOS
qlibload.h knew about Linux and Windows only, so any dlopen-based backend
loader was unbuildable on macOS. Adds the __APPLE__ branch (.dylib, dlopen).
Independent of any GPU backend.1 parent ebfb379 commit 71420c2
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| |||
0 commit comments