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 47c27ed commit 18e2f57
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 @@ -144,7 +144,7 @@ if !isnothing(matlab_root)
build_ldlibs = ldlibs()
build_src = abspath("mexjulia.cpp")
outdir = normpath(joinpath(pwd(),"..","mexjulia"))
mex_cmd = "mex -v -largeArrayDims -outdir \"$outdir\" LDFLAGS=\'$(build_ldflags) \$LDFLAGS\' CFLAGS=\'$(build_cflags) \$CFLAGS\' \"$(build_src)\" $(build_ldlibs)"
mex_cmd = "mex -v -largeArrayDims -outdir \'$outdir\' LDFLAGS=\'$(build_ldflags) \$LDFLAGS\' CFLAGS=\'$(build_cflags) \$CFLAGS\' \'$(build_src)\' $(build_ldlibs)"

# generate Mex-file build script
dict_file = joinpath(outdir, "jldict.mat")
Expand Down

0 comments on commit 18e2f57

Please sign in to comment.