mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update nasm to 2.16.02
This commit is contained in:
parent
3a4e230639
commit
1c6f53a351
2 changed files with 3 additions and 3 deletions
|
@ -123,8 +123,8 @@ class NasmTarget(base.ConfigureMakeDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.xz',
|
||||
'c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558',
|
||||
'https://www.nasm.us/pub/nasm/releasebuilds/2.16.02/nasm-2.16.02.tar.xz',
|
||||
'1e1b942ea88f22edae89659e15be26fa027eae0747f51413540f52d4eac4790d',
|
||||
patches='nasm-deterministic-date')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
/* This is printed when entering nasm -v */
|
||||
const char nasm_version[] = NASM_VER;
|
||||
-const char nasm_date[] = __DATE__;
|
||||
+const char nasm_date[] = "Dec 21 2022";
|
||||
+const char nasm_date[] = "Apr 4 2024";
|
||||
const char nasm_compile_options[] = ""
|
||||
#ifdef DEBUG
|
||||
" with -DDEBUG"
|
||||
|
|
Loading…
Reference in a new issue