mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
'-L"/path"' -> '-L/path'
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ LIBZNCDIR="@LIBZNCDIR@"
|
||||
if test "x" = "x$LIBZNC"; then
|
||||
LIBZNCFLAGS=""
|
||||
else
|
||||
LIBZNCFLAGS="-L\"$LIBZNCDIR\" -lznc"
|
||||
LIBZNCFLAGS="-L$LIBZNCDIR -lznc"
|
||||
fi
|
||||
|
||||
LDFLAGS="$LIBZNCFLAGS $LDFLAGS"
|
||||
|
||||
Reference in New Issue
Block a user