Skip to content

Commit b11e72b

Browse files
authored
Set the RPATH for the test binaries on FreeBSD (#161)
1 parent 0598080 commit b11e72b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include ../Make.inc
33

44
# Set rpath of tests to builddir for loading shared library
55
OPENLIBM_LIB = -L.. -lopenlibm
6-
ifeq ($(OS),Linux)
6+
ifneq (,$(findstring $(OS),Linux FreeBSD))
77
OPENLIBM_LIB += -Wl,-rpath=$(OPENLIBM_HOME)
88
endif
99

0 commit comments

Comments
 (0)