diff options
author | midipix <writeonce@midipix.org> | 2018-11-10 11:46:40 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-10 20:44:33 -0500 |
commit | aea5c640d0147a7ca13633f170277546a68ff88f (patch) | |
tree | 1a27c1d072f5013111e2045bf58f4b48132e6109 /sysinfo/os/mingw.mk | |
parent | 2770a22b4621571bdc3bb6c7cb321414e2d82592 (diff) | |
download | bfirm-aea5c640d0147a7ca13633f170277546a68ff88f.tar.bz2 bfirm-aea5c640d0147a7ca13633f170277546a68ff88f.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/mingw.mk')
-rw-r--r-- | sysinfo/os/mingw.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 = |