From 04417e18d5df2459e15f72d94e5ee85c1ed1e43b Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:57:07 +0000 Subject: [PATCH] Update cmake/XrplCompiler.cmake Co-authored-by: Ayaz Salikhov --- cmake/XrplCompiler.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/XrplCompiler.cmake b/cmake/XrplCompiler.cmake index 7f4398c226..d4293c3290 100644 --- a/cmake/XrplCompiler.cmake +++ b/cmake/XrplCompiler.cmake @@ -121,7 +121,7 @@ else () # link to static libc/c++ iff: # * static option set and # * NOT APPLE (AppleClang does not support static libc/c++) and - # * NOT SANITIZER (sanitizers typically don't work with static libc/c++) + # * NOT SANITIZERS (sanitizers typically don't work with static libc/c++) $<$,$>,$>>: -static-libstdc++ -static-libgcc