Remove a stray comma.

pull/55/head
Lukas Tenbrink 2024-10-04 18:31:45 +02:00
parent 696e9d13cc
commit 741c481cf9
1 changed files with 1 additions and 1 deletions

View File

@ -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):