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: 115.3.1/Makefile
===================================================================
--- 115.3.1/Makefile	(revision 381)
+++ 115.3.1/Makefile	(revision 382)
@@ -337,7 +337,7 @@
 
 cargo-executable = $(shell which cargo)
 
-extra_environment += RUST_TARGET=$(rust-target)
+extra_environment += RUST_TARGET='$(rust-target)'
 extra_environment += CARGO='$(cargo-executable)'
 extra_environment += CARGO_EXTRA_FLAGS='+1.71.1-$(rust-host)'
 
Index: 115.7.0/Makefile
===================================================================
--- 115.7.0/Makefile	(revision 381)
+++ 115.7.0/Makefile	(revision 382)
@@ -339,7 +339,7 @@
 
 cargo-executable = $(shell which cargo)
 
-extra_environment += RUST_TARGET=$(rust-target)
+extra_environment += RUST_TARGET='$(rust-target)'
 extra_environment += CARGO='$(cargo-executable)'
 extra_environment += CARGO_EXTRA_FLAGS='+1.71.1-$(rust-host)'