Skip to content

Commit ddd0bf3

Browse files
authored
Merge pull request #20 from NHDaly/update_to_PackageCompiler_v0.4.0
Update to PackageCompiler v0.4.0
2 parents 8744d86 + 8f411c9 commit ddd0bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuildApp.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function build_app_bundle(juliaprog_main;
135135
# Compile executable and copy julia libs to $launcherDir.
136136
PackageCompiler.static_julia(juliaprog_main;
137137
cprog=custom_program_c, builddir=launcherDir, verbose=verbose,
138-
autodeps=true, executable=true, julialibs=true, optimize="3",
138+
autodeps=true, executable=true, copy_julialibs=true, optimize="3",
139139
debug="0", cpu_target="x86-64",
140140
cc_flags=`-mmacosx-version-min=10.10 -headerpad_max_install_names`)
141141
end

0 commit comments

Comments
 (0)