From 741c481cf963fddcc9857e869f22413a68168b4d Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Fri, 4 Oct 2024 18:31:45 +0200 Subject: [PATCH] Remove a stray comma. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 916dc8b..77e112c 100644 --- a/SConstruct +++ b/SConstruct @@ -98,7 +98,7 @@ library = env.SharedLibrary( source=sources, ) -copy = env.Install("{}/bin/{}/{}".format(projectdir, env["platform"], lib_filepath), library), +copy = env.Install("{}/bin/{}/{}".format(projectdir, env["platform"], lib_filepath), library) default_args = [library, copy] if localEnv.get("compiledb", False):