Skip to content

Commit

Permalink
Fix building on MSYS2
Browse files Browse the repository at this point in the history
Update cygwin libtool config in `configure.ac` to match MSYS2 build
environments as well. MSYS2 is also a Windows build environment that
produces DLLs.

Signed-off-by: Christopher Ng <[email protected]>
Signed-off-by: Mathieu Desnoyers <[email protected]>
Change-Id: I48ca648123fd40b8003c72c0447c70a8b4bde6d6
  • Loading branch information
facboy authored and compudj committed Feb 3, 2023
1 parent c30713d commit 19a65d1
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 @@ -51,7 +51,7 @@ AM_SILENT_RULES([yes])
## ##

AS_CASE([$host],
[*-cygwin*], [LT_NO_UNDEFINED="-no-undefined"]
[*-cygwin* | *-msys*], [LT_NO_UNDEFINED="-no-undefined"]
)


Expand Down

0 comments on commit 19a65d1

Please sign in to comment.