Skip to content

Commit 65c0ba1

Browse files
committed
fix: update automake files to allow arm64 to compile package libs
1 parent c961e40 commit 65c0ba1

File tree

3 files changed

+5023
-0
lines changed

3 files changed

+5023
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
1010

1111
* [CRuby] Passing non-`Node` objects to `Document#root=` now raises an `ArgumentError` exception. Previously this likely segfaulted. [[#1900](https://github.com/sparklemotion/nokogiri/issues/1900)]
1212
* [JRuby] Passing non-`Node` objects to `Document#root=` now raises an `ArgumentError` exception. Previously this raised a `TypeError` exception.
13+
* [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience)
1314

1415

1516
## 1.11.2 / 2021-03-11

0 commit comments

Comments
 (0)