Skip to content

Commit

Permalink
Fix library cross compilation.
Browse files Browse the repository at this point in the history
Closes #3129.
  • Loading branch information
ralight committed Oct 8, 2024
1 parent 30adcd6 commit 849a1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if (WITH_LIB_CPP)
endif (WITH_LIB_CPP)

include_directories(${mosquitto_SOURCE_DIR} ${mosquitto_SOURCE_DIR}/lib
${OPENSSL_INCLUDE_DIR} # Required for cross compilation
${mosquitto_SOURCE_DIR}/include
${STDBOOL_H_PATH} ${STDINT_H_PATH})

Expand Down

0 comments on commit 849a1d3

Please sign in to comment.