Remove a stray comma.
parent
696e9d13cc
commit
741c481cf9
|
@ -98,7 +98,7 @@ library = env.SharedLibrary(
|
||||||
source=sources,
|
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]
|
default_args = [library, copy]
|
||||||
if localEnv.get("compiledb", False):
|
if localEnv.get("compiledb", False):
|
||||||
|
|
Loading…
Reference in New Issue