From cdc099f7cdf91b59c50ffda6b7797e38e3e9725e Mon Sep 17 00:00:00 2001 From: triallax Date: Fri, 20 Sep 2024 19:51:20 +0100 Subject: [PATCH] scons: fix accidental implicit string concat --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 5f3fa40ce..765ff2f25 100644 --- a/SConstruct +++ b/SConstruct @@ -777,7 +777,7 @@ else: 'target_posix_ext', ]) - if meta.platform in ['linux', 'android' 'darwin'] or meta.gnu_toolchain: + if meta.platform in ['linux', 'android', 'darwin'] or meta.gnu_toolchain: env.Append(ROC_TARGETS=[ # GNU C++ Standard Library (libstdc++), or compatible, like # LLVM C++ Standard Library (libc++)