Fix utest build on AIX

This commit is contained in:
Martin Kroeker 2020-06-25 12:58:13 +02:00 committed by GitHub
parent 3f613b1301
commit c592f0f80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ endif
ifeq ($(C_COMPILER), PGI)
OBJS = utest_main2.o
endif
ifeq ($(OSNAME), AIX)
OBJS = utest_main2.o
endif
all : run_test