Skip to content

Commit

Permalink
Update build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd authored Nov 1, 2021
1 parent 0dfe8a3 commit 4980c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ if !isnothing(matlab_root)
if !is_ci()

# run the Mex-file build script
run(`$matlab_cmd -nodisplay -nosplash -nodesktop -r "run('$build_file');exit"`)
run(`$matlab_cmd -nodesktop -nosplash -r "run('$build_file');exit"`)

# check that the build information has been saved in the mexjulia directory
@assert isfile(joinpath(outdir, "jldict.mat"))
Expand Down

0 comments on commit 4980c9c

Please sign in to comment.