add solaris port (tested on solaris/x86 in setsolar only)
This commit is contained in:
parent
4fab87c419
commit
1c4101ca61
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ gb_StaticLibrary_TARGETS := $(foreach namescheme,$(gb_StaticLibrary_NAMESCHEMES)
|
|||
ifeq ($(OS),LINUX)
|
||||
include $(SRCDIR)/solenv/inc/platform/linux.mk
|
||||
else
|
||||
ifeq ($(OS),SOLARIS)
|
||||
include $(SRCDIR)/solenv/inc/platform/solaris.mk
|
||||
else
|
||||
ifeq ($(OS),WNT)
|
||||
include $(SRCDIR)/solenv/inc/platform/windows.mk
|
||||
|
|
Loading…
Reference in a new issue