Commit c8ae497
committed
Link EGL library when building with GLES support
When building for GLES platforms, SOIL2 uses eglGetProcAddress but the
EGL library wasn't being linked, causing undefined symbol errors at
runtime on systems like Raspberry Pi OS.
Fixes #9261 parent db22c93 commit c8ae497
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
0 commit comments