python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> PYTHON3_PKG_SETUP_GLOBA... 11791/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 7 Apr 2020 07:06:27 +0000 (10:06 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 7 Apr 2020 07:07:29 +0000 (10:07 +0300)
This fixes a typo with the default PYTHON3_PKG_SETUP_GLOBAL_ARGS.
Since in make context non-defined variables are empty anyway, this doesn't
produce any issues. The fix is more semantic in nature.

Fixes https://github.com/openwrt/packages/issues/11790

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python3-package.mk

index d20d19801a0497d13209c329ba197c78d3d50095..0f5621c9f7feb59b590348af3b57ba0e3061a769 100644 (file)
@@ -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 ?=