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'
|
||||
variants:
|
||||
select:
|
||||
|
|
@ -6,9 +6,11 @@ variants:
|
|||
- metal
|
||||
deselect: x11
|
||||
ports:
|
||||
- name: clang-18
|
||||
- name: llvm-18
|
||||
- name: libiconv
|
||||
select: universal
|
||||
- name: libsdl2
|
||||
select: universal
|
||||
- name: freetype
|
||||
select: universal
|
||||
- name: clang-18
|
||||
- name: llvm-18
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue