Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Nov 24, 2024
1 parent 22f59a2 commit 5853b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ object Static {

if (Platform.getCurrent() == Platform.WINDOWS) {
ret = ret.map {
it.replace("/usr/include", "C:/cygwin/usr/include")
it.replace("/usr/", "C:/cygwin/usr/")
}
}

Expand Down

0 comments on commit 5853b11

Please sign in to comment.