diff --git a/ext/SConscript b/ext/SConscript index b90f61792..4d52791f7 100644 --- a/ext/SConscript +++ b/ext/SConscript @@ -51,8 +51,7 @@ def prep_cppformat(env): localenv = prep_default(env) build(localenv.Command("#include/cantera/ext/format.h", "#ext/cppformat/format.h", - [Mkdir("#include/cantera/ext"), - Copy('$TARGET', '$SOURCE')])) + Copy('$TARGET', '$SOURCE'))) return localenv # each element of libs is: (subdir, (file extensions), prepfunction)