summaryrefslogtreecommitdiff
path: root/py/circuitpy_defns.mk
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-03-17 15:33:08 -0700
committerGitHub <noreply@github.com>2020-03-17 15:33:08 -0700
commit4603c6ddd7aaccc5674db135fe3951e475ea05d8 (patch)
tree238adb6865105638b47fa6a21b4be5d8afbf74df /py/circuitpy_defns.mk
parent9453e10c57deee12f895466d872e3e9198c73f7d (diff)
parent38a718ff5558c2286172091615aaeb2ded5f70f5 (diff)
Merge pull request #2711 from jepler/update-ulab5.1.0-rc.05.1.0
update ulab
Diffstat (limited to 'py/circuitpy_defns.mk')
-rw-r--r--py/circuitpy_defns.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk
index 92021d0d0..f84d0b5b1 100644
--- a/py/circuitpy_defns.mk
+++ b/py/circuitpy_defns.mk
@@ -431,7 +431,7 @@ $(addprefix lib/,\
libm/atanf.c \
libm/atan2f.c \
)
-ifeq ($(MICROPY_PY_ULAB),1)
+ifeq ($(CIRCUITPY_ULAB),1)
SRC_LIBM += \
$(addprefix lib/,\
libm/acoshf.c \