Fix build on Alpine
All checks were successful
Arch Linux AUR Success
Alpine 3.19 Success

This commit is contained in:
2024-04-09 20:47:01 +02:00
parent d57db951aa
commit 0bbcbb7207
2 changed files with 6 additions and 9 deletions

6
hex.c
View File

@@ -71,6 +71,12 @@ enum
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
// This test is too annoying to do in CMake due to CheckTypeSize() being unable
// to take link_directories(), and the Lua constant is documented.
#if LUA_MAXINTEGER < INT64_MAX
#error Lua must have at least 64-bit integers
#endif
#endif // WITH_LUA
#define APP_TITLE PROGRAM_NAME ///< Left top corner