Skip to content

Commit c117cd8

Browse files
committed
add comment indicating supported platforms of makefile.shared
1 parent 5329bdc commit c117cd8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

makefile.shared

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
#
1616

1717
PLATFORM := $(shell uname | sed -e 's/_.*//')
18+
### Observed uname outputs:
19+
# MINGW32_NT-6.2 (on MSYS/MINGW old)
20+
# MINGW64_NT-10.0-14393 (on MSYS new)
21+
# MSYS_NT-10.0-19042 (on MSYS2)
22+
# CYGWIN_NT-10.0 (on Cygwin 64bit)
23+
# CYGWIN_NT-6.2-WOW64 (on Cygwin 32bit)
24+
# Linux (on all Linux distros)
25+
# Darwin (on macOS, OS X)
1826

1927
ifeq ($(LIBTOOL),rlibtool)
2028
TGTLIBTOOL:=slibtool-shared

0 commit comments

Comments
 (0)