Use rpath for ObjFW
FossilOrigin-Name: 1250801719c46cb4241ce02d038c6c7f97fc55affeee4152af72399a5095a2f9
This commit is contained in:
parent
d8ebed3427
commit
428e4404bf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ CPPFLAGS="$CPPFLAGS $OBJCPPFLAGS $($OBJFW_CONFIG --cppflags)"
|
|||
OBJCFLAGS="$OBJCFLAGS $($OBJFW_CONFIG --objcflags)"
|
||||
LDFLAGS="$LDFLAGS $($OBJFW_CONFIG --ldflags)"
|
||||
FRAMEWORK_LIBS="$($OBJFW_CONFIG --framework-libs) $LIBS"
|
||||
LIBS="$($OBJFW_CONFIG --libs) $LIBS"
|
||||
LIBS="$($OBJFW_CONFIG --libs --rpath) $LIBS"
|
||||
|
||||
AX_CHECK_COMPILER_FLAGS(-Wdocumentation,
|
||||
[OBJCFLAGS="$OBJCFLAGS -Wdocumentation"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue