mirror of https://github.com/xemu-project/xemu.git
scripts/download-macos-libs.py: Set mirror to main packages.macports.org
This commit is contained in:
parent
02659dd3cc
commit
c782b1e8ed
|
@ -10,8 +10,7 @@ import os.path
|
|||
from tarfile import TarFile
|
||||
import subprocess
|
||||
|
||||
# MIRROR = 'http://packages.macports.org/macports/packages'
|
||||
MIRROR = 'http://nue.de.packages.macports.org/macports/packages'
|
||||
MIRROR = 'https://packages.macports.org'
|
||||
|
||||
# FIXME: Inline macports key
|
||||
# FIXME: Move packages to archive directory to track used vs unused
|
||||
|
|
Loading…
Reference in New Issue