Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisbelierasml committed Aug 16, 2024
1 parent 067bce6 commit b730499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matlab/private/matfrostmake.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function matfrostmake(juliaexe, mexdir, mjlname)
dir(matlabroot())
dir(fullfile(matlabroot(), "/sys/os/glnxa64"))
mex('-v', ...
strcat('-I"', fullfile(julia_dir, 'include', 'julia'), '"'), ...sys/os/glnxa64/orig/libstdc++.so.6
strcat('-I"', fullfile(julia_dir, 'include', 'julia'), '"'), ...
strcat('"', fullfile(matlabroot(), "/sys/os/glnxa64/orig/libstdc++.so.6"), '"'), ...
strcat('"', fullfile(julia_dir, 'lib', 'libjulia.so'), '"'), ...
'-output', fullfile(mexdir, mjlname + ".mexa64"), ...
Expand Down

0 comments on commit b730499

Please sign in to comment.