Do not build libuv on SPARC
Some work may be needed to port to SPARC with Solaris and Linux.
This commit is contained in:
parent
9a53af4068
commit
075cae5147
|
@ -484,6 +484,9 @@ int main(void) { return 0; }
|
||||||
elseif(CYGWIN)
|
elseif(CYGWIN)
|
||||||
# libuv does not support Cygwin
|
# libuv does not support Cygwin
|
||||||
set(CMAKE_USE_LIBUV 0)
|
set(CMAKE_USE_LIBUV 0)
|
||||||
|
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "sparc")
|
||||||
|
# Disable until it can be ported.
|
||||||
|
set(CMAKE_USE_LIBUV 0)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
if(CMAKE_USE_LIBUV)
|
if(CMAKE_USE_LIBUV)
|
||||||
|
|
Loading…
Reference in New Issue