Skip to content

Commit

Permalink
Resolving windows failure issue
Browse files Browse the repository at this point in the history
Signed-off-by: Swati Keshari <skeshari@msystechnologies.com>
  • Loading branch information
skeshari12 authored and jeremiahsnapp committed Jan 6, 2022
1 parent 4b75142 commit 258c243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/libyaml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# Windows had worse automake/libtool version issues.
# Just patch the output instead.
if windows?
if windows? && version.satisfies?("< 0.2.5")
patch source: "windows-configure.patch", plevel: 1, env: env
end

Expand Down

0 comments on commit 258c243

Please sign in to comment.