Add AKERR_EOF, properly call akerr_init_errno

This commit is contained in:
2026-05-12 16:42:33 -04:00
parent 0c29f5d69f
commit 166a478e6a
3 changed files with 6 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ set_source_files_properties(src/errno.c PROPERTIES GENERATED TRUE)
add_custom_target(generrno DEPENDS src/errno.c)
find_package(PkgConfig REQUIRED)
add_library(akerror STATIC
add_library(akerror SHARED
src/error.c
src/errno.c
)