fix typo.

master v3.5.6-rc5
Apex Liu 2021-05-19 01:24:38 +08:00
parent aee95b2cba
commit c639273154
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
################################################################
# Basic settings.
################################################################

View File

@ -83,7 +83,7 @@ class BuilderBase:
cc.e("this is a pure-virtual function.")
def build_zlib(self):
file_name = 'zlilb{}.zip'.format(env.ver_zlib_number)
file_name = 'zlib{}.zip'.format(env.ver_zlib_number)
self._build_zlib(file_name)
def _download_zlib(self, file_name):

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
PATH_ROOT=$(cd "$(dirname "$0")"; pwd)
#CFG_FILE=config.json