Skip to content

Commit 21a5f79

Browse files
committed
fixed library for ubuntu
1 parent 2eb8b18 commit 21a5f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RSVG/LibRsvg.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ LibRsvg >> unix64LibraryName [
10161016

10171017
^ FFIUnix64LibraryFinder new
10181018
userPaths: #('./CIG/lib');
1019-
findLibrary: 'librsvg-2.so'
1019+
findAnyLibrary: #('librsvg-2.so' 'librsvg-2.so.2')
10201020
]
10211021

10221022
{ #category : 'accessing - platform' }

0 commit comments

Comments
 (0)