We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65f5279 + f21a66c commit e1e659fCopy full SHA for e1e659f
1 file changed
meson.build
@@ -125,12 +125,12 @@ conf.set10(
125
)
126
conf.set10(
127
'HAVE_LITTLE_ENDIAN',
128
- build_machine.endian() == 'little',
+ host_machine.endian() == 'little',
129
description: 'Building for little-endian'
130
131
132
'HAVE_BIG_ENDIAN',
133
- build_machine.endian() == 'big',
+ host_machine.endian() == 'big',
134
description: 'Building for big-endian'
135
136
0 commit comments