Skip to content

Commit

Permalink
Disable libuv on win32 (#190)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 31, 2023
2 parents d700f79 + 739a8c5 commit d22135f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ cmake -LAH -G Ninja ^
-DCMAKE_USE_SYSTEM_LIBRARY_LIBARCHIVE=OFF ^
-DCMAKE_USE_SYSTEM_LIBRARY_CPPDAP=OFF ^
-DCMAKE_USE_SYSTEM_LIBRARY_LIBRHASH=OFF ^
-DCMAKE_USE_SYSTEM_LIBUV=OFF ^
-DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=OFF ^
-DCMake_HAVE_CXX_MAKE_UNIQUE:INTERNAL=TRUE ^
-DCURL_USE_SCHANNEL:BOOL=ON ^
-DCURL_WINDOWS_SSPI:BOOL=ON ^
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 0a905ca8635ca81aa152e123bdde7e54cbe764fdd9a70d62af44cad8b92967af

build:
number: 1
number: 2
ignore_run_exports:
- vc

Expand All @@ -27,7 +27,7 @@ requirements:
- ncurses # [unix]
- xz
- zlib
- libuv
- libuv # [unix]
- rhash # [unix]
- zstd

Expand All @@ -38,7 +38,7 @@ requirements:
- ncurses # [unix]
- xz
- zlib
- libuv
- libuv # [unix]
- rhash # [unix]
- zstd
- vs2015_runtime # [win]
Expand Down

0 comments on commit d22135f

Please sign in to comment.