Get working ror libnix and clib2

This commit is contained in:
Cameron Armstrong
2023-12-28 07:53:32 +08:00
committed by Cameron Armstrong (Nightfox)
parent 4feebc1cd6
commit f928e7c0fa
3 changed files with 39 additions and 23 deletions

View File

@@ -95,7 +95,7 @@ endif() # end "standalone mode" block
# ---------------------------------
check_include_file(sys/resource.h HAVE_SYS_RESOURCE_H) # for getrusage
if (HAVE_SYS_RESOURCE_H AND NOT AMIGA)
if (HAVE_SYS_RESOURCE_H)
check_symbol_exists(getrusage "sys/resource.h" HAVE_GETRUSAGE)
endif()