diff options
author | midipix <writeonce@midipix.org> | 2018-11-10 11:46:40 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-10 20:52:46 -0500 |
commit | 52c6363c0bb62965ee722ea02979ae5e8ccf8963 (patch) | |
tree | 6fac4bd2b9b28f3ae2b5f30cad93f1bfc2015f5e /sysinfo/os/msys.mk | |
parent | 447984d3ed416b98cfd3e2f12e920c88c52b6505 (diff) | |
download | pemagine-52c6363c0bb62965ee722ea02979ae5e8ccf8963.tar.bz2 pemagine-52c6363c0bb62965ee722ea02979ae5e8ccf8963.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/msys.mk')
-rw-r--r-- | sysinfo/os/msys.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysinfo/os/msys.mk b/sysinfo/os/msys.mk index 27482e0..70fcd68 100644 --- a/sysinfo/os/msys.mk +++ b/sysinfo/os/msys.mk @@ -12,3 +12,7 @@ OS_IMPLIB_TOOL = dlltool CFLAGS_PIC = CFLAGS_OS += -U__STRICT_ANSI__ + +# dso suffix notation +OS_LIB_PREFIXED_SUFFIX = $(OS_LIB_SUFFIX) +OS_LIB_SUFFIXED_SUFFIX = |