Skip to content

Commit

Permalink
debian: update patch for debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 1, 2025
1 parent d19345f commit 1bbcdc6
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
From 20381cd1ae673bed6b11ca36ce7cc83ff8e7a794 Mon Sep 17 00:00:00 2001
From 71e2328a511e144c03bdf62f79c3f0798d9ece5a Mon Sep 17 00:00:00 2001
From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com>
Date: Wed, 1 Jan 2025 13:42:06 -0800
Subject: [PATCH] debian: compile using latest stable
Date: Wed, 1 Jan 2025 13:55:21 -0800
Subject: [PATCH] debian: fix build by using rustup

---
Makefile.in | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 03b18fc4..9631d2b4 100644
index 03b18fc4..e27e8c28 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,8 @@ PROJECT := umu-launcher
Expand All @@ -26,8 +26,8 @@ index 03b18fc4..9631d2b4 100644
$(info :: Building delta dependencies )
- cargo build -r
+ curl -LJO https://sh.rustup.rs
+ chmod u+x sh.rustup.rs
+ $(SHELL_INTERPRETER) sh.rustup.rs --default-toolchain stable -y
+ chmod u+x ./rustup-init.sh
+ $(SHELL_INTERPRETER) rustup-init.sh --default-toolchain stable -y
+ ./.cargo/bin/cargo build -r
cp -a ./target/release/libumu_delta.so $(OBJDIR)/umu_delta$(PYTHON_PLATFORM_TAG)

Expand Down

0 comments on commit 1bbcdc6

Please sign in to comment.