Skip to content

Commit

Permalink
Update make_binary.jl
Browse files Browse the repository at this point in the history
Update to packagecompiler v2
  • Loading branch information
paulcorcuera committed Dec 3, 2023
1 parent 2c99204 commit 0882d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/make_binary.jl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
using PackageCompiler
create_app(".", "./vchdfe", app_name="vchdfe", force=true, precompile_execution_file="deps/precompilation_execution_file.jl", include_lazy_artifacts=true)
create_app(".", "./vchdfe", executables=["vchdfe"=>"julia_main"], force=true, precompile_execution_file="deps/precompilation_execution_file.jl", include_lazy_artifacts=true)

0 comments on commit 0882d03

Please sign in to comment.