From 23b6ee77b517c8a2a0573a4abdad9afcdaf52c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 28 Aug 2022 10:18:09 +0200 Subject: godot : use_ldd=true -> linker=ldd --- godot-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot-update b/godot-update index b92ef1b..76ff74e 100755 --- a/godot-update +++ b/godot-update @@ -46,7 +46,7 @@ function build() [ $CLEAN -eq 1 ] && scons platform=$platform --clean [ $OPTIMIZED -eq 1 ] && opt_flags="use_static_ccp=yes use_lto=yes debug_symbols=no" - common_flags="use_llvm=yes use_lld=yes debug_symbols=no use_lto=no use_static_cpp=no" # arch does not provide libatomic.a through gcc-libs + common_flags="use_llvm=yes linker=lld debug_symbols=no use_lto=no use_static_cpp=no" # arch does not provide libatomic.a through gcc-libs # https://docs.godotengine.org/en/3.2/development/compiling/compiling_for_x11.html target=release_debug -- cgit v1.1-2-g2b99