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