'Generic Commit'
All checks were successful
dropshell-build / build (push) Successful in 30s

This commit is contained in:
Your Name 2025-06-03 22:57:56 +12:00
parent a700e46216
commit efefdd8b70
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@ RUN apk add --no-cache \
binutils \ binutils \
elfutils-dev elfutils-dev
RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app

View File

@ -102,6 +102,7 @@ target_link_libraries(${PROJECT_EXE_NAME} PRIVATE
nlohmann_json::nlohmann_json nlohmann_json::nlohmann_json
) )
# Set static linking flags # Set static linking flags
set_target_properties(${PROJECT_EXE_NAME} PROPERTIES set_target_properties(${PROJECT_EXE_NAME} PROPERTIES
LINK_FLAGS "-static" LINK_FLAGS "-static"