diff options
author | Pierce Andjelkovic <pierceandjelkovic@gmail.com> | 2022-03-10 22:22:33 +1100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-15 14:03:07 +0000 |
commit | 901cb247fb45aa74ac883b86ffbedcbee7942d2d (patch) | |
tree | 47031574d6c0b590fb4a5f4ec8c6fccee14fcc5b /Ports/nasm | |
parent | 52656accb1e88d4131c0bb594aaa79de752e23d6 (diff) | |
download | serenity-901cb247fb45aa74ac883b86ffbedcbee7942d2d.zip |
Ports: Point nasm to the correct config.sub location
Diffstat (limited to 'Ports/nasm')
-rwxr-xr-x | Ports/nasm/package.sh | 1 |
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=() |