use official lib repository for building on windows

This commit is contained in:
oy 2018-12-30 19:19:02 +01:00
parent 2fd1ab837e
commit 0c6efd1873

View file

@ -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),