mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
add comment indicating supported platforms of makefile.shared
This commit is contained in:
parent
5329bdc5fb
commit
c117cd8a85
1 changed files with 8 additions and 0 deletions
|
|
@ -15,6 +15,14 @@
|
|||
#
|
||||
|
||||
PLATFORM := $(shell uname | sed -e 's/_.*//')
|
||||
### Observed uname outputs:
|
||||
# MINGW32_NT-6.2 (on MSYS/MINGW old)
|
||||
# MINGW64_NT-10.0-14393 (on MSYS new)
|
||||
# MSYS_NT-10.0-19042 (on MSYS2)
|
||||
# CYGWIN_NT-10.0 (on Cygwin 64bit)
|
||||
# CYGWIN_NT-6.2-WOW64 (on Cygwin 32bit)
|
||||
# Linux (on all Linux distros)
|
||||
# Darwin (on macOS, OS X)
|
||||
|
||||
ifeq ($(LIBTOOL),rlibtool)
|
||||
TGTLIBTOOL:=slibtool-shared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue