Skip to content

Commit

Permalink
Explicitly disable libcurl lazyload
Browse files Browse the repository at this point in the history
It's auto-enabled on Windows, but it's not actually used by the make
rules currently (it's only a dependency of git-http-{push,fetch}), but
in case things change upstream, we don't want it to be actually used
accidentally.
  • Loading branch information
glandium committed Oct 8, 2024
1 parent 4d88dae commit 1359084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ fn main() {
cmd.arg("libcinnabar.a")
.arg("V=1")
.arg("HAVE_WPGMPTR=")
.arg("LAZYLOAD_LIBCURL=")
.arg("USE_LIBPCRE1=")
.arg("USE_LIBPCRE2=")
.arg("NO_REGEX=1")
Expand Down

0 comments on commit 1359084

Please sign in to comment.