diff options
author | midipix <writeonce@midipix.org> | 2018-11-10 11:46:40 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-10 15:42:27 -0500 |
commit | 091cf105cdd698b30582531ff3e8cbfc44a9b3e6 (patch) | |
tree | 50bbf03f1d4280f89b260f34629c9fb03f295a09 /sysinfo/os/midipix.mk | |
parent | 5be89b29afe7144902ea5bb6479849541b0b10b8 (diff) | |
download | slibtool-091cf105cdd698b30582531ff3e8cbfc44a9b3e6.tar.bz2 slibtool-091cf105cdd698b30582531ff3e8cbfc44a9b3e6.tar.xz |
build system: host flavors: support suffixed library extensions.
'cause you cannot eat your Apfel and eat it two.
Diffstat (limited to 'sysinfo/os/midipix.mk')
-rw-r--r-- | sysinfo/os/midipix.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysinfo/os/midipix.mk b/sysinfo/os/midipix.mk index b2d7096..d23d387 100644 --- a/sysinfo/os/midipix.mk +++ b/sysinfo/os/midipix.mk @@ -9,3 +9,7 @@ OS_ARCHIVE_EXT = .a OS_SONAME = symlink OS_BINFMT = PE OS_IMPLIB_TOOL = mdso + +# dso suffix notation +OS_LIB_PREFIXED_SUFFIX = $(OS_LIB_SUFFIX) +OS_LIB_SUFFIXED_SUFFIX = |