summaryrefslogtreecommitdiff
path: root/Ports/nasm
diff options
context:
space:
mode:
authorPierce Andjelkovic <pierceandjelkovic@gmail.com>2022-03-10 22:22:33 +1100
committerLinus Groh <mail@linusgroh.de>2022-03-15 14:03:07 +0000
commit901cb247fb45aa74ac883b86ffbedcbee7942d2d (patch)
tree47031574d6c0b590fb4a5f4ec8c6fccee14fcc5b /Ports/nasm
parent52656accb1e88d4131c0bb594aaa79de752e23d6 (diff)
downloadserenity-901cb247fb45aa74ac883b86ffbedcbee7942d2d.zip
Ports: Point nasm to the correct config.sub location
Diffstat (limited to 'Ports/nasm')
-rwxr-xr-xPorts/nasm/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/nasm/package.sh b/Ports/nasm/package.sh
index 01a69cef26..10c8bbcebd 100755
--- a/Ports/nasm/package.sh
+++ b/Ports/nasm/package.sh
@@ -5,4 +5,5 @@ files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar
auth_type=sha256
useconfigure=true
use_fresh_config_sub=true
+config_sub_path=autoconf/helpers/config.sub
makeopts=()