Skip to content

Commit

Permalink
check for absl
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jun 6, 2024
1 parent fe1429a commit 15cddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.win
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

if pkg-config --version 2>/dev/null; then
if pkg-config absl_base --libs 2>/dev/null; then
exit 0;
fi

Expand Down

0 comments on commit 15cddd8

Please sign in to comment.