From 2230cc1eb68361c1e56ff3a63c798aa9b3a2f7ae Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 11 Apr 2025 14:22:33 +0200 Subject: [PATCH] typst, fix 32bit build for cmd:cargo (#12136) --- app-text/typst/typst-0.13.1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/typst/typst-0.13.1.recipe b/app-text/typst/typst-0.13.1.recipe index 0bb9d1268..6cc582403 100644 --- a/app-text/typst/typst-0.13.1.recipe +++ b/app-text/typst/typst-0.13.1.recipe @@ -33,7 +33,7 @@ BUILD_REQUIRES=" devel:libssl$secondaryArchSuffix " BUILD_PREREQUIRES=" - cmd:cargo + cmd:cargo$secondaryArchSuffix cmd:gcc$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix "