lix-doc: remove rust_dynamic_args

This causes a build error with lto, and according to Jade is not
strictly needed anymore.

Change-Id: I41e53a57f40711061effe08f78545011a4b51754
This commit is contained in:
Yureka
2026-03-17 15:10:18 +01:00
committed by eldritch horrors
parent 022e43aa7f
commit 96db7c79cf
-2
View File
@@ -20,8 +20,6 @@ lix_doc = static_library(
rnix,
],
rust_args : [
# Empty when default_library=static
rust_dynamic_args,
lix_doc_rust_args,
],
)