Skip to content

Commit

Permalink
libcxx v19.1.0.rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 3, 2024
1 parent 33cab3e commit 36a7c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "19.1.0.rc3" %}
{% set version = "19.1.0.rc4" %}

{% if sys_abi is undefined %}
{% set sys_abi = "dummy" %}
Expand All @@ -11,7 +11,7 @@ package:

source:
- url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-{{ version.replace(".rc", "-rc") }}.tar.gz
sha256: 57f926edf60a92947fa9b8b0adfdf3c6f2182a4ecf1c929176218eef619d7411
sha256: 570ea538eae9939e1b008c4e8055227dae3ab58054c74707ad1d5a8cb51536c3
patches:
# See https://discourse.llvm.org/t/shipping-custom-libc-on-macos/58606
- patches/0001-Fix-ABI-compatibility-with-system.patch # [sys_abi == "pre-12"]
Expand All @@ -24,7 +24,7 @@ source:
- patches/0005-patch-__libcpp_tzdb_directory-to-allow-use-on-osx.patch

build:
number: 1
number: 0
skip: true # [win]
skip: true # [ppc64le or aarch64]

Expand Down

0 comments on commit 36a7c24

Please sign in to comment.