Skip to content

Commit 687f2a3

Browse files
committed
bricks/virtualhub: drop PYTHON_CONFIG usage
We no longer embed CPython, so we don't need to add the CPython compile options to the build.
1 parent 8ed529e commit 687f2a3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bricks/virtualhub/mpconfigvariant.mk

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,3 @@ SRC_THIRDPARTY_C += $(CONTIKI_SRC_C) $(PBIO_SRC_C)
7171

7272
# realtime library for timer signals
7373
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

Comments
 (0)