Skip to content

Commit

Permalink
Fixes AcademySoftwareFoundation#282, missing link against pthread
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
  • Loading branch information
kdt3rd committed Jul 17, 2019
1 parent 9683c48 commit 03f7c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IlmBase/IlmThread/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined
if LIB_SUFFIX_EXISTS
libIlmThread_la_LDFLAGS += -release @LIB_SUFFIX@
endif
libIlmThread_la_LIBADD = ../Iex/libIex.la
libIlmThread_la_LIBADD = ../Iex/libIex.la $(PTHREAD_LIBS)

libIlmThreadincludedir = $(includedir)/OpenEXR

Expand Down

0 comments on commit 03f7c34

Please sign in to comment.