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: 2.40.2/Makefile
===================================================================
--- 2.40.2/Makefile	(revision 139)
+++ 2.40.2/Makefile	(revision 140)
@@ -408,7 +408,7 @@
 $(install_target): $(build_target)
 	@mkdir -p $(WEBKITGTK_PKG)
 	# ======= Install WebKitGtk =======
-	@cd $(build_dir) && $(env_sysroot) ninja install
+	@cd $(build_dir) && $(env_sysroot) ninja -j1 install
 	# ======= Do not provide WebKitWebDriver (see: webkitgtk 6.0) =======
 	@rm -rf $(WEBKITGTK_PKG)/usr/bin
 	# ======= Install Documentation (without full html Documentation) =======