We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12dcf2 commit 354b2f0Copy full SHA for 354b2f0
scripts/versioning.sh
@@ -255,6 +255,16 @@ function application_build_versioned_components()
255
# https://github.com/libffi/libffi/releases
256
libffi_build "3.4.4" # "3.4.2"
257
258
+ # Without it gettext fails:
259
+ # Undefined symbols for architecture x86_64:
260
+ # "_gl_get_setlocale_null_lock", referenced from:
261
+ # _libgettextpo_setlocale_null_r in setlocale_null.o
262
+ # ld: symbol(s) not found for architecture x86_64
263
+ # clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
264
+
265
+ # https://ftp.gnu.org/gnu/libunistring/
266
+ libunistring_build "1.1"
267
268
# required by glib
269
# https://ftp.gnu.org/pub/gnu/gettext/
270
gettext_build "0.21"
0 commit comments