Commit eb7866b
committed
Create symbolic link for libgdiplus to fix System.Drawing.Common on Linux
.NET runtime looks for 'gdiplus.dll' but libgdiplus installs as 'libgdiplus.so' on Linux.
Creating a symbolic link allows the runtime to find the library correctly.1 parent 02840ac commit eb7866b
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments