Skip to content

Commit

Permalink
Fixing typo on xlibs path
Browse files Browse the repository at this point in the history
  • Loading branch information
animetauren authored Jun 16, 2020
1 parent 54dd566 commit f5b3fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1685,10 +1685,10 @@ fi
if [ -n "$BSON_PATH" ]; then
XLIBS="$XLIBS -lbson-1.0"
fi
if [ -n "$FREERDP3_PATH" ]; then
if [ -n "$FREERDP2_PATH" ]; then
XLIBS="$XLIBS -lfreerdp2"
fi
if [ -n "$WINPR3_PATH" ]; then
if [ -n "$WINPR2_PATH" ]; then
XLIBS="$XLIBS -lwinpr2"
fi
if [ -n "$FREERDP3_PATH" ]; then
Expand Down

0 comments on commit f5b3fe7

Please sign in to comment.