From 63953420efc0b8f686bfba75572365be10bbaa1f Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 4 Feb 2024 03:07:33 +0000 Subject: slbt_exec_compile(): fix logging of compiler errors. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index e2e1f43..4267665 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -87,6 +87,7 @@ extern "C" { enum slbt_custom_error { SLBT_ERR_FLOW_ERROR, SLBT_ERR_FLEE_ERROR, + SLBT_ERR_COMPILE_ERROR, SLBT_ERR_ARCHIVE_IMPORT, SLBT_ERR_HOST_INIT, SLBT_ERR_INSTALL_FAIL, -- cgit v1.2.3