mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Use mirror
This commit is contained in:
parent
f40f790159
commit
a16ca84346
@ -11,7 +11,7 @@ build_command = ['msbuild', '/m:4', '/p:Config=' + os.environ['CONFIG'], 'FORMAT
|
|||||||
test_command = ['msbuild', 'RUN_TESTS.vcxproj']
|
test_command = ['msbuild', 'RUN_TESTS.vcxproj']
|
||||||
if build == 'mingw':
|
if build == 'mingw':
|
||||||
# Install MinGW.
|
# Install MinGW.
|
||||||
mingw_url = 'http://downloads.sourceforge.net/project/mingw-w64/' + \
|
mingw_url = 'http://ufpr.dl.sourceforge.net/project/mingw-w64/' + \
|
||||||
'Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/' + \
|
'Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/' + \
|
||||||
'4.9.2/threads-win32/seh/x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z'
|
'4.9.2/threads-win32/seh/x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z'
|
||||||
with Downloader().download(mingw_url) as f:
|
with Downloader().download(mingw_url) as f:
|
||||||
|
Loading…
Reference in New Issue
Block a user