Fix utest build with SolarisStudio compilers
This commit is contained in:
parent
b0b14f4e9b
commit
93473174d6
|
@ -35,6 +35,9 @@ endif
|
|||
ifeq ($(C_COMPILER), PGI)
|
||||
OBJS = utest_main2.o
|
||||
endif
|
||||
ifeq ($(C_COMPILER), SUN)
|
||||
OBJS = utest_main2.o
|
||||
endif
|
||||
ifeq ($(OSNAME), AIX)
|
||||
OBJS = utest_main2.o
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue