Changes between Version 2 and Version 3 of Ticket #63033


Ignore:
Timestamp:
Jun 6, 2021, 4:03:05 PM (3 years ago)
Author:
Wowfunhappy (Jonathan)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63033 – Description

    v2 v3  
    6868=== Addendum B.
    6969
    70 To make Godot itself produce binaries (games) that are compatible with 10.11 and below, you need to also recompile the export templates. Reinstall Godot twice, with one of the below lines added to your portfile for the debug and release templates, respectively:
     70To make Godot itself produce binaries (games) that are compatible with 10.11 and below, you need to also recompile the export templates. Reinstall Godot twice, with the below added to your portfile:
    7171
    7272{{{
    7373build.env-append tools=no
    74 build.env-append tools=no target=release
    7574}}}
    7675
     
    8382
    8483
    85 Then replace the debug and release binaries in the OSX template with your versions, and copy over the Frameworks folder with the macports-libcxx libraries. Don't forget to change the minimum OS in info.plist!
     84Then replace the debug binary in the OSX template with your versions, and copy over the Frameworks folder with the macports-libcxx libraries. I can't figure out how to build a non-debug binary for the template.
    8685
    8786----------