mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +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)
|
||||
|
||||
# ENDIAN
|
||||
test_big_endian(WORDS_BIGENDIAN)
|
||||
if (NOT WIN32)
|
||||
test_big_endian(WORDS_BIGENDIAN)
|
||||
endif (NOT WIN32)
|
||||
|
||||
Reference in New Issue
Block a user