Fix utest build with SolarisStudio compilers

This commit is contained in:
Martin Kroeker
2020-12-06 19:12:56 +01:00
committed by GitHub
parent b0b14f4e9b
commit 93473174d6

View File

@@ -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