Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
apexliu committed May 18, 2021
1 parent aee95b2 commit c639273
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/build-py-static.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

################################################################
# Basic settings.
################################################################
Expand Down
2 changes: 1 addition & 1 deletion build/builder/build-external.py
Expand Up @@ -83,7 +83,7 @@ def _build_mbedtls(self, file_name):
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):
Expand Down
2 changes: 2 additions & 0 deletions make.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

PATH_ROOT=$(cd "$(dirname "$0")"; pwd)
#CFG_FILE=config.json

Expand Down

0 comments on commit c639273

Please sign in to comment.