mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
use official lib repository for building on windows
This commit is contained in:
parent
2fd1ab837e
commit
0c6efd1873
|
@ -16,7 +16,7 @@ def _downloadZip(url, filePath):
|
|||
os.remove(temp_filePath)
|
||||
|
||||
def downloadAll(arch, conf, targets):
|
||||
download_url = "https://github.com/Zwelf/tw-downloads/raw/master/{}.zip".format
|
||||
download_url = "https://github.com/teeworlds/teeworlds-libs/archive/master.zip".format
|
||||
builddir = "build/" + arch + "/" + conf + "/"
|
||||
files = {
|
||||
"SDL2.dll": ("SDL2.dll" + "-" + arch, builddir),
|
||||
|
|
Loading…
Reference in a new issue