Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
flsobral committed Jan 20, 2021
1 parent 286881e commit 6e8e347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TotalCrossVM/third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ execute_process(COMMAND "${CMAKE_COMMAND}" --build .

IF (NOT(NOT APPLE AND UNIX
AND (CMAKE_SYSTEM_NAME STREQUAL "Linux")
AND ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm"))
AND ${CMAKE_SYSTEM_PROCESSOR} MATCHES "armv7l"))
add_subdirectory("${CMAKE_CURRENT_BINARY_DIR}/zlib/src"
"${CMAKE_CURRENT_BINARY_DIR}/zlib/build"
)
Expand Down

0 comments on commit 6e8e347

Please sign in to comment.