Browse Source

Fix utest build on AIX

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
c592f0f80a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utest/Makefile

+ 3
- 0
utest/Makefile 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



Loading…
Cancel
Save