- Debug_GN_arm64
Release_GN_arm64
Debug_GN_x64
Release_GN_x64
Why is libcef_dll_wrapper.a available only from Release_GN_arm64?
And second question. How can I explicitly compile the libcef_dll_wrapper.a in all above versions?
Thank you.
My configuration
- computer: macosx 15.1 Beta (24B5077a), Apple M3 Max, 64 GB
- Code: Select all
export CEF_ENABLE_ARM64=1
- Code: Select all
#!/bin/bash
python ../automate/automate-git.py --download-dir=~/code/chromium_git --depot-tools-dir=~/code/depot_tools --no-distrib --no-build --x64-build --branch=6668- Code: Select all
#!/bin/bash
python ../automate/automate-git.py --download-dir=~/code/chromium_git --depot-tools-dir=~/code/depot_tools --no-distrib --no-build --arm64-build --branch=6668- Code: Select all
export GN_DEFINES="proprietary_codecs=true ffmpeg_branding=Chrome"
clang version 20.0.0git (https://chromium.googlesource.com/a/ext ... vm-project 7088a5ed880f29129ec844c66068e8cb61ca98bf)
Target: arm64-apple-darwin24.1.0
Thread model: posix
update.sh: (the --x64-build and --arm64-build seems to have no effect on the creation of the src/out/ folders as all versions x64, arm64 are created )
- x64
- arm64