]> git.eshelyaron.com Git - sweep.git/commitdiff
PORT: use rpath linker option
authorEshel Yaron <me@eshelyaron.com>
Sat, 27 Aug 2022 16:09:05 +0000 (19:09 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Aug 2022 16:09:05 +0000 (19:09 +0300)
Makefile

index f5758a24be1b9ba5c89eccec3d5138aa5392aeae..cb5499be9991b7237caf8e98a0615e040ce0d9e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ SOURCE   = $(BASENAME).c
 
 LDFLAGS += -shared
 LDFLAGS += -Llib
+LDFLAGS += -Wl,-rpath,lib
 LDFLAGS += -lswipl
 
 CFLAGS  += -fPIC