Skip to content

Commit

Permalink
Restore compatibility with 10.1 ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Jan 3, 2024
1 parent 16e5936 commit 986bc2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ package:
source:
url: https://github.com/fmtlib/fmt/archive/{{ version }}.tar.gz
sha256: {{ sha256 }}
patches:
# Upstreamed at https://github.com/fmtlib/fmt/pull/3786
- 0001-Restore-symbol-from-10.1.patch

build:
number: 0
number: 1
skip: true # [win and vc<14]
run_exports:
- {{ pin_subpackage('fmt', max_pin='x') }}
Expand Down

0 comments on commit 986bc2d

Please sign in to comment.