Skip to content
Snippets Groups Projects
Commit dffbb06e authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh Committed by GitHub
Browse files

Merge pull request #264 from noword/master

fix cmake failed problem when cross compile with Android NDK under Windows
parents ed54472c 8c3a3a4a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ function( get_host_triple var )
else()
set( value "i686-pc-win32" )
endif()
elseif( MINGW AND NOT MSYS )
elseif( (MINGW OR ANDROID) AND NOT MSYS )
if( CMAKE_SIZEOF_VOID_P EQUAL 8 )
set( value "x86_64-w64-mingw32" )
else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment