We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 507b289 + c4268ed commit 0e77c21Copy full SHA for 0e77c21
src/SQLite3-Core/SQLite3Library.class.st
@@ -753,7 +753,7 @@ SQLite3Library >> unix32LibraryName [
753
754
{ #category : #'private - accessing' }
755
SQLite3Library >> unix64LibraryName [
756
- (#('/usr/lib/x86_64-linux-gnu' '/lib/x86_64-linux-gnu' '/usr/lib'),
+ (#('/usr/lib/x86_64-linux-gnu' '/lib/x86_64-linux-gnu' '/usr/lib64' '/usr/lib'),
757
((OSEnvironment current at: 'LD_LIBRARY_PATH' ifAbsent: [ '' ]) substrings: ':'))
758
do: [ :path |
759
#('libsqlite3.so.0' 'libsqlite3.so') do: [ :libraryName |
0 commit comments