Skip to content

Commit

Permalink
tsukimi: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
merrkry committed Dec 26, 2024
1 parent 68e9501 commit 7f76139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archlinuxcn/tsukimi-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ source=(
sha256sums=(
'SKIP'
)
options=(!lto)

pkgver() {
cd "${_pkgname}"
Expand All @@ -40,7 +41,7 @@ prepare() {

build() {
cd "${srcdir}/${_pkgname}"
export RUSTUP_TOOLCHAIN=nightly
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build --frozen --release
}
Expand Down

0 comments on commit 7f76139

Please # to comment.