Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 447)
+++ Makefile	(revision 448)
@@ -154,7 +154,7 @@
 CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python$(PYTHON_VERSION)
 endif
 
-ifeq ($(PYTHON_VERSION),3.10)
+ifeq ($(PYTHON_VERSION),3.12)
 WITH_PYTHON = $(PYTHON3)
 python_environment  = PYTHON_VERSION=$(PYTHON_VERSION)
 python_environment += PYTHON_SITE_PACKAGES=/usr/lib$(LIBSUFFIX)/python$(PYTHON_VERSION)/site-packages