From 617ddd2498b1595a550b023f6fb7f1ae50584b1d Mon Sep 17 00:00:00 2001 From: jeefo Date: Mon, 5 Jun 2023 20:44:33 +0300 Subject: [PATCH] bot: update submodules --- ext/crlib | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/crlib b/ext/crlib index c4cbdf5..49f38d6 160000 --- a/ext/crlib +++ b/ext/crlib @@ -1 +1 @@ -Subproject commit c4cbdf5a862d0ff5ddf65a229cf4d8a33e16e794 +Subproject commit 49f38d6ade588f5bea450904c4bc989fc1199062 diff --git a/meson.build b/meson.build index 3b16408..4cbb8af 100644 --- a/meson.build +++ b/meson.build @@ -171,7 +171,7 @@ if cxx == 'clang' or cxx == 'gcc' # link needed libraries if os == 'linux' ldflags += [ - '-lm','-ldl', '-lpthread' + '-lm', '-ldl', '-lpthread' ] elif os == 'windows' if cxx == 'gcc' or (cross and cxx == 'clang')