Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 17 Aug 2023 19:51:15 UTC Commit: 5ae74a4596b9764941242a160cd148f214944135 https://github.com/geany/geany-osx/commit/5ae74a4596b9764941242a160cd148f214...
Log Message: ----------- Show sample arm64 configuration
Modified Paths: -------------- README.md
Modified: README.md 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -107,6 +107,7 @@ To create the bundle, you need to first install JHBuild and GTK as described bel 5. Add the following lines to `~/.config/jhbuildrc-custom`: ``` setup_sdk(target="10.13", architectures=["x86_64"]) + #setup_sdk(target="11", architectures=["arm64"]) setup_release() # enables optimizations ``` With this settings, the build creates a 64-bit Intel binary that works on
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).