1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/main/lcms2/bigendian.patch
2023-03-02 03:20:52 +01:00

13 lines
295 B
Diff

diff --git a/meson.build b/meson.build
index 694895e..2aa1dff 100644
--- a/meson.build
+++ b/meson.build
@@ -27,7 +27,7 @@ if cc.has_function_attribute('visibility:hidden')
endif
if host_machine.endian() == 'big'
- cargs = '-DWORDS_BIGENDIAN=1'
+ cargs += '-DWORDS_BIGENDIAN=1'
endif