mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 21:41:43 +00:00
Try to fix the mingw builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179536 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f971916768
commit
0851ce0d8e
@ -19,7 +19,7 @@
|
||||
#if defined(__linux__)
|
||||
#include <endian.h>
|
||||
#else
|
||||
#ifndef _MSC_VER
|
||||
#ifndef LLVM_ON_WIN32
|
||||
#include <machine/endian.h>
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user