Skip to content

Commit

Permalink
Modify Utils.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Jan 27, 2020
1 parent 8841291 commit c840a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ function(GENERATED_DEPLOYMENT_SETTINGS)
IF(CMAKE_HOST_WIN32)
IF(ANDROID_NDK_HOST_X64)
FILE(APPEND ${_file_name} "\"ndk-host\":\"windows-x86_64\",\n")
ELSE()
ELSE()
FILE(APPEND ${_file_name} "\"ndk-host\":\"windows\",\n")
ENDIF()
ENDIF()
ELSE()
IF(ANDROID_NDK_HOST_X64)
FILE(APPEND ${_file_name} "\"ndk-host\":\"linux-x86_64\",\n")
Expand Down

0 comments on commit c840a8a

Please sign in to comment.