Skip to content

Commit

Permalink
fixup! [eclipse-wakaamaGH-494] ci: Build and test on multiple archite…
Browse files Browse the repository at this point in the history
…ctures
  • Loading branch information
rettichschnidi committed Apr 6, 2021
1 parent 267a1f0 commit 1711bcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/wakaama.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ if(NOT DEFINED LWM2M_LITTLE_ENDIAN)
set(LWM2M_LITTLE_ENDIAN TRUE)
endif()
endif()

if (LWM2M_LITTLE_ENDIAN)
set(WAKAAMA_DEFINITIONS ${WAKAAMA_DEFINITIONS} -DLWM2M_LITTLE_ENDIAN)
else()
set(WAKAAMA_DEFINITIONS ${WAKAAMA_DEFINITIONS} -DLWM2M_BIG_ENDIAN)
endif()

# Set the LWM2M version
Expand Down

0 comments on commit 1711bcb

Please sign in to comment.