Skip to content

Commit

Permalink
Merge pull request #5 from JesseStimpson/main
Browse files Browse the repository at this point in the history
Include rpath in nif lib
  • Loading branch information
jessestimpson authored Feb 18, 2024
2 parents 3b59385 + 2c6daa3 commit 3384567
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@ CoverallConfig =
},

{
"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|gnu)",
"LDFLAGS",
"$LDFLAGS -L/usr/local/lib -lfdb_c"
},
{
"(darwin)",
"LDFLAGS",
"$LDFLAGS -rpath /usr/local/lib -L/usr/local/lib -lfdb_c"
},
{
"win32",
"LDFLAGS",
Expand Down

0 comments on commit 3384567

Please sign in to comment.