aboutsummaryrefslogtreecommitdiffstats
path: root/A3A8.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-04-17 11:50:30 -0400
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-04-17 11:50:30 -0400
commit31b900a5abad3d59ef7238dd8211de2b0cb17746 (patch)
treed18ee0b8b45eadd8679525f6365e6c2cd81a3ff6 /A3A8.st
parentab3b8e23fdf2cf40847bdcc854e14207908d1391 (diff)
a3a8: Don't assume it is called .so...HEADmaster
Fix it for darwin where shared libraries are called dylib
Diffstat (limited to 'A3A8.st')
-rw-r--r--A3A8.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/A3A8.st b/A3A8.st
index 9ab5c6b..186cea5 100644
--- a/A3A8.st
+++ b/A3A8.st
@@ -21,7 +21,7 @@ Object subclass: A3A8 [
COMP := nil.
A3A8 class >> initialize [
- DLD addLibrary: 'liba3a8.so'
+ DLD addLibrary: 'liba3a8'
]
A3A8 class >> comp [