smalltalk
/
osmo-st-gsm
Archived
1
0
Fork 0

a3a8: Don't assume it is called .so...

Fix it for darwin where shared libraries are called dylib
This commit is contained in:
Holger Hans Peter Freyther 2015-04-17 11:50:30 -04:00
parent ab3b8e23fd
commit 31b900a5ab
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Object subclass: A3A8 [
COMP := nil.
A3A8 class >> initialize [
DLD addLibrary: 'liba3a8.so'
DLD addLibrary: 'liba3a8'
]
A3A8 class >> comp [