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: 1.76.1/Makefile
===================================================================
--- 1.76.1/Makefile	(revision 131)
+++ 1.76.1/Makefile	(revision 132)
@@ -205,7 +205,7 @@
 PYTHON3_VERSION = 3.10
 
 python_environment  = PYTHON=$(PYTHON3)
-python_environment += PYTHONPATH='./giscanner:$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'
+python_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'
 
 
 CFLAGS  += -Wno-deprecated-declarations -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast