We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a5f79 commit 8da38c9Copy full SHA for 8da38c9
1 file changed
src/RSVG/LibRsvg.class.st
@@ -1024,5 +1024,5 @@ LibRsvg >> win32LibraryName [
1024
1025
^ FFIWindowsLibraryFinder new
1026
userPaths: #('./CIG/lib');
1027
- findLibrary: 'librsvg-2.dll'
+ findAnyLibrary: #('librsvg-2.dll' 'librsvg-2-2.dll')
1028
]
0 commit comments