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 c7907cb commit 299123f
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 @@ -9,13 +9,14 @@ source:
git_url: https://github.com/tudat-team/cspice-cmake.git

build:
number: 0
number: 1

requirements:
build:
- cmake
- {{ compiler('cxx') }}
- {{ compiler('c') }}
- {{ compiler('cxx') }} # [not win]
- {{ compiler('c') }} # [not win]
- {{ compiler('clang') }} # [win]
- make # [unix]

about:
Expand Down

0 comments on commit 299123f

Please sign in to comment.