We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed529e commit 687f2a3Copy full SHA for 687f2a3
bricks/virtualhub/mpconfigvariant.mk
@@ -71,10 +71,3 @@ SRC_THIRDPARTY_C += $(CONTIKI_SRC_C) $(PBIO_SRC_C)
71
72
# realtime library for timer signals
73
LIB += -lrt
74
-
75
-# embedded Python
76
-EMBEDDED_PYTHON ?= python3.10
77
-PYTHON_CONFIG := $(EMBEDDED_PYTHON)-config
78
79
-INC += $(shell $(PYTHON_CONFIG) --includes)
80
-LDFLAGS += -rdynamic $(shell $(PYTHON_CONFIG) --ldflags --embed)
0 commit comments