Skip to content

Commit

Permalink
Windows: handle *-*-mingw* as a Windows host
Browse files Browse the repository at this point in the history
Used for x86_64-w64-mingw32
  • Loading branch information
LudovicRousseau committed Dec 30, 2023
1 parent a40100a commit 3a12207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ AS_CASE(["$host"],
[PCSC_LIBS=${PCSC_LIBS:--framework PCSC}
PCSC_PATH="PCSC/"
ATR_PARSER="no"],
[*-*-msys],
[*-*-mingw*|*-*-msys],
[PCSC_LIBS=-lwinscard
ATR_PARSER="no"])

Expand Down

0 comments on commit 3a12207

Please sign in to comment.