Skip to content

Commit

Permalink
boost の download url を変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Feb 14, 2025
1 parent 2c92655 commit 4f9b592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def build_and_install_boost(
version_underscore = version.replace(".", "_")
archive = download(
# XXX: ここ GitHub Releases に変更するのはダメなのだろうか?
f"https://boostorg.jfrog.io/artifactory/main/release/{version}/source/boost_{version_underscore}.tar.gz",
f"https://archives.boost.io/release/{version}/source/boost_{version_underscore}.tar.gz",
source_dir,
)
extract(archive, output_dir=build_dir, output_dirname="boost")
Expand Down

0 comments on commit 4f9b592

Please sign in to comment.