'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 58s

This commit is contained in:
Your Name 2025-06-06 19:23:46 +12:00
parent b643704997
commit 97fae20e23

View File

@ -110,8 +110,8 @@ RUN git clone --recurse-submodules https://github.com/drogonframework/drogon.git
-DOPENSSL_USE_STATIC_LIBS=TRUE \ -DOPENSSL_USE_STATIC_LIBS=TRUE \
-DCARES_INCLUDE_DIR=/usr/local/cares/include \ -DCARES_INCLUDE_DIR=/usr/local/cares/include \
-DCARES_LIBRARY=/usr/local/cares/lib/libcares.a \ -DCARES_LIBRARY=/usr/local/cares/lib/libcares.a \
-DJSONCPP_INCLUDE_DIR=/usr/local/jsoncpp/include/jsoncpp \ -DJSONCPP_INCLUDE_DIRS=/usr/local/jsoncpp/include/jsoncpp \
-DJSONCPP_LIBRARY=/usr/local/jsoncpp/lib/libjsoncpp.a \ -DJSONCPP_LIBRARIES=/usr/local/jsoncpp/lib/libjsoncpp.a \
&&\ &&\
make -j$(nproc) && \ make -j$(nproc) && \
make install && \ make install && \