We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0598080 commit b11e72bCopy full SHA for b11e72b
1 file changed
test/Makefile
@@ -3,7 +3,7 @@ include ../Make.inc
3
4
# Set rpath of tests to builddir for loading shared library
5
OPENLIBM_LIB = -L.. -lopenlibm
6
-ifeq ($(OS),Linux)
+ifneq (,$(findstring $(OS),Linux FreeBSD))
7
OPENLIBM_LIB += -Wl,-rpath=$(OPENLIBM_HOME)
8
endif
9
0 commit comments