From 2d7a55e5ff6daeb0ba1f331ec6913d763a4abca8 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 26 Oct 2025 15:26:58 +0200 Subject: [PATCH] Enable stripping --- pkg.info | 2 +- source.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 045a286..92deda7 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: zed description: A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter version: 0.209.5 -revision: 1 +revision: 2 url: https://zed.dev/ license: AGPL3-or-later,GPL3-or-later,Apache-2.0 architecture: any diff --git a/source.sh b/source.sh index 47ac33f..c6b80ab 100644 --- a/source.sh +++ b/source.sh @@ -27,7 +27,7 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - export RUSTFLAGS+=" --remap-path-prefix $PWD=/" + export RUSTFLAGS="${RUSTFLAGS} --remap-path-prefix $PWD=/" export ZED_UPDATE_EXPLANATION='Updates are handled by bpm' export RELEASE_VERSION="$BPM_PKG_VERSION"