[PR #12] [MERGED] Enable rapidjson to be built on Windows on Arm64 natively #11

Closed
opened 2025-09-09 19:40:21 -05:00 by Octech6711 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/audacity/conan-recipes/pull/12
Author: @i-lina
Created: 11/8/2023
Status: Merged
Merged: 11/9/2023
Merged by: @crsib

Base: mainHead: woa-rapidjson


📝 Commits (1)

  • e27b0bb Enable rapidjson to be built on Windows on Arm64 natively

📊 Changes

3 files changed (+22 additions, -1 deletions)

View changed files

📝 recipes/rapidjson/all/conandata.yml (+3 -0)
📝 recipes/rapidjson/all/conanfile.py (+7 -1)
recipes/rapidjson/all/patches/win_arm64.patch (+12 -0)

📄 Description

Allow _M_ARM64 for rapidjson and build it with little endian support.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/audacity/conan-recipes/pull/12 **Author:** [@i-lina](https://github.com/i-lina) **Created:** 11/8/2023 **Status:** ✅ Merged **Merged:** 11/9/2023 **Merged by:** [@crsib](https://github.com/crsib) **Base:** `main` ← **Head:** `woa-rapidjson` --- ### 📝 Commits (1) - [`e27b0bb`](https://github.com/audacity/conan-recipes/commit/e27b0bb08f5c3013a1ef9da13a4481da08f46ff7) Enable rapidjson to be built on Windows on Arm64 natively ### 📊 Changes **3 files changed** (+22 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `recipes/rapidjson/all/conandata.yml` (+3 -0) 📝 `recipes/rapidjson/all/conanfile.py` (+7 -1) ➕ `recipes/rapidjson/all/patches/win_arm64.patch` (+12 -0) </details> ### 📄 Description Allow _M_ARM64 for rapidjson and build it with little endian support. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Octech6711 added the
pull-request
label 2025-09-09 19:40:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: audacity/conan-recipes#11
No description provided.