diff options
author | midipix <writeonce@midipix.org> | 2024-01-01 09:16:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-01-01 09:16:59 +0000 |
commit | 343f39d8799670aaa4cca72e7395bb1044a67620 (patch) | |
tree | fa43c4466c642dd0f99c52f93b4d160d81c912a7 /vars | |
parent | 6f9ae76123ae6a23799109ed9175fe15af487b99 (diff) | |
download | midipix_build-343f39d8799670aaa4cca72e7395bb1044a67620.tar.bz2 midipix_build-343f39d8799670aaa4cca72e7395bb1044a67620.tar.xz |
nasm: upgrade to v2.16.01, update patch and build accordingly.
Diffstat (limited to 'vars')
-rw-r--r-- | vars/nasm.vars | 9 | ||||
-rw-r--r-- | vars/nasm_host.vars | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/vars/nasm.vars b/vars/nasm.vars new file mode 100644 index 00000000..caaa38cc --- /dev/null +++ b/vars/nasm.vars @@ -0,0 +1,9 @@ +# +# set +o errexit -o noglob -o nounset is assumed. +# + +pkg_nasm_build_pre() { + mkdir include +}; + +# vim:filetype=sh textwidth=0 diff --git a/vars/nasm_host.vars b/vars/nasm_host.vars new file mode 100644 index 00000000..25e536e2 --- /dev/null +++ b/vars/nasm_host.vars @@ -0,0 +1,9 @@ +# +# set +o errexit -o noglob -o nounset is assumed. +# + +pkg_nasm_host_build_pre() { + mkdir include +}; + +# vim:filetype=sh textwidth=0 |