From 52c6363c0bb62965ee722ea02979ae5e8ccf8963 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/mingw.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysinfo/os/mingw.mk') diff --git a/sysinfo/os/mingw.mk b/sysinfo/os/mingw.mk index 53fe2d6..1a352ba 100644 --- a/sysinfo/os/mingw.mk +++ b/sysinfo/os/mingw.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