Skip to content

Commit

Permalink
Going back to clang build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Oct 31, 2023
1 parent f360c55 commit 3df79fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
# and versions to determine the latest one. This is important because
# new builds that contain bug fixes for the way a package is built may be
# added to a repository.
number: 7
number: 8

requirements:
build:
Expand All @@ -25,8 +25,9 @@ requirements:
# tools (GNU make, Autotool, CMake) and compilers (real cross, pseudo-cross,
# or native when not cross-compiling), and any source pre-processors.
- cmake
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('cxx') }} # [not win]
- {{ compiler('c') }} # [not win]
- {{ compiler('clang') }} # [win]
- make # [unix]

about:
Expand Down

0 comments on commit 3df79fd

Please sign in to comment.