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)
@@ -152,7 +152,7 @@
 extra_configure_switches += --with-lmdb=no
 extra_configure_switches += --with-cmocka=no
 extra_configure_switches += --with-python=$(PYTHON3)
-extra_configure_switches += --with-python-install-dir='/usr/lib/python3.10/site-packages'
+extra_configure_switches += --with-python-install-dir='/usr/lib/python3.12/site-packages'
 
 ifeq ($(__ENABLE_STATIC__),yes)
 extra_configure_switches += --enable-static=yes