Skip to content

Commit

Permalink
Remove non-portable rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Bacon authored and Jason Bacon committed Jun 14, 2021
1 parent 49fc7e0 commit cf0f3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RANLIB ?= ranlib

INCLUDES += -I${LOCALBASE}/include
CFLAGS += ${INCLUDES}
LDFLAGS += -L${LOCALBASE}/lib -Wl,-rpath=${LOCALBASE}/lib -lbiolibc -lxtend
LDFLAGS += -L${LOCALBASE}/lib -lbiolibc -lxtend

############################################################################
# Assume first command in PATH. Override with full pathnames if necessary.
Expand Down

0 comments on commit cf0f3ee

Please sign in to comment.