]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Makefile: support explicit static linking of all configurable libraries
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 26 Dec 2023 07:45:26 +0000 (17:45 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 26 Dec 2023 12:09:05 +0000 (22:09 +1000)
commitb18104bdaa75d6b9908bbcc3444e7733c8082875
tree5cc6b3735c0b6cc28014599e0f2ae4dcd8a7520a
parentdf973c344562c8cadc2413d36dcaa03f8e9040c2
Makefile: support explicit static linking of all configurable libraries

Fixes a bug in df973c344562c8cadc2413d36dcaa03f8e9040c2 where
libd0_rijndael static linking only worked if
DP_LINK_CRYPTO_RIJNDAEL=static was read from the environment rather than
being passed as an override.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
makefile