fix build

This commit is contained in:
Katayama Hirofumi MZ 2025-03-29 19:44:32 +09:00
parent 6737d3e80d
commit d3e5118677
3 changed files with 2 additions and 4 deletions

View file

@ -260,7 +260,6 @@ list(APPEND SOURCE_CRTDLL
# _scalb.c
# _searchenv.c
# _seterrormode.c
setjmp.c
# _setmode.c
# _setsystime.c
# _sleep.c
@ -448,6 +447,7 @@ list(APPEND SOURCE_CRTDLL
# rewind.c
# scanf.c
# setbuf.c
setjmp.c
# setlocale.c
# setvbuf.c
# signal.c
@ -544,7 +544,6 @@ if(ARCH STREQUAL "i386")
elseif(ARCH STREQUAL "amd64")
list(APPEND SOURCE_CRTDLL
# __C_specific_handler
setjmp.c
# _setjmpex.c
# _local_unwind.c
# longjmp.c

View file

@ -1352,7 +1352,6 @@ if(ARCH STREQUAL "i386")
elseif(ARCH STREQUAL "amd64")
list(APPEND SOURCE_MSVCRT
# __C_specific_handler
setjmp.c
# _setjmpex.c
# _local_unwind.c
# longjmp.c

View file

@ -80,6 +80,7 @@ list(APPEND SOURCE_NTDLL
# memset.c
# pow.c
# qsort.c
setjmp.c
# sin.c
sprintf.c
# sqrt.c
@ -146,7 +147,6 @@ if(ARCH STREQUAL "i386")
elseif(ARCH STREQUAL "amd64")
list(APPEND SOURCE_NTDLL
# __C_specific_handler
setjmp.c
# _setjmpex.c
# _local_unwind.c
# longjmp.c