mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Update MacPorts. (#578)
* Update MacPorts. * Try GitHub runner. * Deselect universal, return to blaze. * pull universal libiconv first
This commit is contained in:
parent
0ee273eb22
commit
85aa954fd7
1 changed files with 5 additions and 3 deletions
8
.github/macos/macports.yaml
vendored
8
.github/macos/macports.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
version: '2.9.3'
|
version: '2.10.6'
|
||||||
prefix: '/opt/local'
|
prefix: '/opt/local'
|
||||||
variants:
|
variants:
|
||||||
select:
|
select:
|
||||||
|
|
@ -6,9 +6,11 @@ variants:
|
||||||
- metal
|
- metal
|
||||||
deselect: x11
|
deselect: x11
|
||||||
ports:
|
ports:
|
||||||
- name: clang-18
|
- name: libiconv
|
||||||
- name: llvm-18
|
select: universal
|
||||||
- name: libsdl2
|
- name: libsdl2
|
||||||
select: universal
|
select: universal
|
||||||
- name: freetype
|
- name: freetype
|
||||||
select: universal
|
select: universal
|
||||||
|
- name: clang-18
|
||||||
|
- name: llvm-18
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue