mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 12:27:41 +00:00
stage1: fix build for i386-linux
This commit is contained in:
parent
b5526d0b3b
commit
e7f555ca55
@ -52,6 +52,8 @@ struct ZigClangAPValue {
|
||||
// experimentally-derived size of clang::APValue::DataType
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
char Data[52];
|
||||
#elif defined(__i386__)
|
||||
char Data[48];
|
||||
#else
|
||||
char Data[68];
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user