summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-11-30 17:48:02 -0500
committerGitHub <noreply@github.com>2018-11-30 17:48:02 -0500
commit57b61a9141777bb5d72be9815014df59cd7160be (patch)
tree7ac74e49e590821421941fd254031ed6cb75c597 /py
parentab94344baee1a5d73d3890de16319cab1e2616de (diff)
parent6e15ab63856a8c748eebd7cd9884e1dfd2c0c1ea (diff)
Merge pull request #1366 from tannewt/update_website_with_release
Add support for adding release info into adafruit/circuitpython-org
Diffstat (limited to 'py')
-rw-r--r--py/py.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/py.mk b/py/py.mk
index c640e6cff..69ad4e9b9 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -28,7 +28,7 @@ ifeq ($(MICROPY_PY_USSL),1)
CFLAGS_MOD += -DMICROPY_PY_USSL=1
ifeq ($(MICROPY_SSL_AXTLS),1)
CFLAGS_MOD += -DMICROPY_SSL_AXTLS=1 -I$(TOP)/lib/axtls/ssl -I$(TOP)/lib/axtls/crypto -I$(TOP)/lib/axtls/config
-LDFLAGS_MOD += -Lbuild -laxtls
+LDFLAGS_MOD += -L$(BUILD) -laxtls
else ifeq ($(MICROPY_SSL_MBEDTLS),1)
# Can be overridden by ports which have "builtin" mbedTLS
MICROPY_SSL_MBEDTLS_INCLUDE ?= $(TOP)/lib/mbedtls/include