mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
f81e47eea8
Some ports may have more than one `config.sub` that is in use (vendored dependencies, etc.). Instead of fiddling about with space-delimited strings, let's just make that setting into an array right away.
9 lines
364 B
Bash
Executable file
9 lines
364 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=nasm
|
|
version=2.15.05
|
|
files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz 9182a118244b058651c576baa9d0366ee05983c4d4ae1d9ddd3236a9f2304997"
|
|
auth_type=sha256
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
config_sub_paths=("autoconf/helpers/config.sub")
|
|
makeopts=()
|