Merge pull request #11791 from commodo/fix-typo-py3-package
python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBAL_ARGS
This commit is contained in:
commit
dd43a67484
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ define Build/Compile/Py3Mod
|
|||
endef
|
||||
|
||||
PYTHON3_PKG_SETUP_DIR ?=
|
||||
PYTHON3_PKG_SETUP_GLOABL_ARGS ?=
|
||||
PYTHON3_PKG_SETUP_GLOBAL_ARGS ?=
|
||||
PYTHON3_PKG_SETUP_ARGS ?= --single-version-externally-managed
|
||||
PYTHON3_PKG_SETUP_VARS ?=
|
||||
|
||||
|
|
Loading…
Reference in a new issue