mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Set the RPATH for the test binaries on FreeBSD (#161)
This commit is contained in:
parent
0598080ca0
commit
b11e72b288
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ include ../Make.inc
|
|||
|
||||
# Set rpath of tests to builddir for loading shared library
|
||||
OPENLIBM_LIB = -L.. -lopenlibm
|
||||
ifeq ($(OS),Linux)
|
||||
ifneq (,$(findstring $(OS),Linux FreeBSD))
|
||||
OPENLIBM_LIB += -Wl,-rpath=$(OPENLIBM_HOME)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue