Skip to content

Commit

Permalink
fix arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
flubshi committed Apr 24, 2020
1 parent 5aa1ef4 commit 16b80c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ set(PVRWAIPU_HEADERS
src/client.h
src/WaipuData.h)

if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64.*|AARCH64.*|arm64.*|ARM64.*)")
add_definitions(-DRAPIDJSON_ENDIAN=RAPIDJSON_LITTLEENDIAN)
endif()

addon_version(pvr.waipu IPTV)
add_definitions(-DIPTV_VERSION=${IPTV_VERSION})

Expand Down

0 comments on commit 16b80c9

Please sign in to comment.