Skip to content

Commit

Permalink
fix missing coma
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Dec 23, 2023
1 parent 4b0dcd6 commit 4e0bdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build_app.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using PackageCompiler
PackageCompiler.create_app(".", "tmle",
executables = ["tmle" => "julia_main"]
executables = ["tmle" => "julia_main"],
precompile_execution_file="deps/execute.jl",
include_lazy_artifacts=true
)

0 comments on commit 4e0bdf5

Please sign in to comment.