From 827199006ef6efbe7aeeefb8d40ce3ab87c9e73d Mon Sep 17 00:00:00 2001 From: triallax Date: Fri, 20 Sep 2024 19:51:20 +0100 Subject: [PATCH] build: Fix accidental implicit string concat caught with ruff check --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 2a25f410c..70578dabd 100644 --- a/SConstruct +++ b/SConstruct @@ -789,7 +789,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++)