From 52656accb1e88d4131c0bb594aaa79de752e23d6 Mon Sep 17 00:00:00 2001 From: Pierce Andjelkovic Date: Thu, 10 Mar 2022 22:45:39 +1100 Subject: [PATCH] Ports: Point yasm to the correct config.sub location --- Ports/yasm/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/yasm/package.sh b/Ports/yasm/package.sh index db7b2573da8..23afb7dbfb3 100755 --- a/Ports/yasm/package.sh +++ b/Ports/yasm/package.sh @@ -5,4 +5,5 @@ files="https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz yas auth_type="sha256" useconfigure=true use_fresh_config_sub=true +config_sub_path=config/config.sub makeopts=()