From 091cf105cdd698b30582531ff3e8cbfc44a9b3e6 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 10 Nov 2018 11:46:40 -0500 Subject: build system: host flavors: support suffixed library extensions. 'cause you cannot eat your Apfel and eat it two. --- sysinfo/os/msys.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysinfo/os/msys.mk') 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 = -- cgit v1.2.3