From e841534a3208de4d6a20f7feed71f668b31252c5 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Mon, 25 Dec 2023 19:14:02 +1000 Subject: [PATCH] Remove libode from Linux autobuilds This is still supported if the system has the lib installed. We can build and ship the library (for Windows too) if people want to use it, in the meantime we can remove the precompiled version from the repo. --- misc/tools/all/release.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index a7849918..6d762e33 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -369,7 +369,7 @@ case "$cmd" in #verbose "$SELF" release-getbinary Xonotic/xonotic-linux64-dedicated || good=false #$good verbose "$SELF" release-compile linux64 \ - 'CC="gcc -m64 -flto=auto -I../../../.deps/include -L../../../.deps/lib" DP_LINK_CRYPTO=static DP_LINK_CRYPTO_RIJNDAEL=static DP_LINK_JPEG=shared LIB_JPEG=/usr/lib/x86_64-linux-gnu/libjpeg.a DP_LINK_ODE=shared CFLAGS_ODE="-DUSEODE -DLINK_TO_LIBODE -DdDOUBLE" LIB_ODE="../../../.deps/lib/libode.a -lstdc++ -pthread" DP_LINK_ZLIB=shared' \ + 'CC="gcc -m64 -flto=auto -I../../../.deps/include -L../../../.deps/lib" DP_LINK_CRYPTO=static DP_LINK_CRYPTO_RIJNDAEL=static DP_LINK_JPEG=shared LIB_JPEG=/usr/lib/x86_64-linux-gnu/libjpeg.a DP_LINK_ODE=dlopen DP_LINK_ZLIB=shared' \ release 'darkplaces-sdl:Xonotic/xonotic-linux64-sdl darkplaces-dedicated:Xonotic/xonotic-linux64-dedicated' ;; release-engine) -- 2.39.2