Skip to content

Commit

Permalink
scons: fix accidental implicit string concat
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Sep 20, 2024
1 parent 3a19267 commit cdc099f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down

0 comments on commit cdc099f

Please sign in to comment.