Conversation
artemm-bochkarev
force-pushed
the
dev
branch
2 times, most recently
from
July 31, 2025 16:49
1760523 to
73d630b
Compare
|
Looks good artemm-bochkarev Would it be possible to get this merged so OSR can be used on macOS aarch64? |
artemm-bochkarev
force-pushed
the
dev
branch
from
December 16, 2025 12:14
6f11d26 to
73b0a48
Compare
Vladimir Kharitonov (ujpv)
force-pushed
the
dev
branch
from
August 11, 2026 18:06
80b7659 to
a89ba66
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Was trying to get CefBrowserWr to run on an M3 MacBoook Air and found out that the mach-o files for macos-universal, that can be found in the natives jars, were only for x86_64. So it turns out jcef was using this master branch build of 2.4.0 before the release of 2.4.0. I went ahead and updated the jar files, license, readme and artifact.properties to 2.4.0 and got me to fix me issue. Now the mach-o files support x86_64 and aarch64. Since there is no jogamp i586 support going forward I have removed those jars.
https://jogamp.org/deployment/v2.4.0/ this source has been used to update the jar files and the files have bee verified with the sha512 sum.
I wonder if we could update to 2.5.0?