mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
build: Don't test for big endian on Windows.
Visual Studio 2010 has problems running the test.
This commit is contained in:
@@ -119,4 +119,6 @@ if (WITH_DEBUG_CALLTRACE)
|
|||||||
endif (WITH_DEBUG_CALLTRACE)
|
endif (WITH_DEBUG_CALLTRACE)
|
||||||
|
|
||||||
# ENDIAN
|
# ENDIAN
|
||||||
test_big_endian(WORDS_BIGENDIAN)
|
if (NOT WIN32)
|
||||||
|
test_big_endian(WORDS_BIGENDIAN)
|
||||||
|
endif (NOT WIN32)
|
||||||
|
|||||||
Reference in New Issue
Block a user