Skip to content

Commit

Permalink
Update matfrostmake.m
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisbelierasml committed Aug 16, 2024
1 parent d6e93a9 commit 6b97791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/matlab/private/matfrostmake.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function matfrostmake(juliaexe, mexdir, mjlname)
mex('-v', ...
strcat('-I"', fullfile(julia_dir, 'include', 'julia'), '"'), ...
strcat('"', fullfile(julia_dir, 'lib', 'libjulia.so'), '"'), ...
strcat('-static-libstdc++'), ...
'-output', fullfile(mexdir, mjlname + ".mexa64"), ...
fullfile(fileparts(fileparts(fileparts(mfilename('fullpath')))), 'matfrostjuliacall', 'matfrostjuliacall.cpp'));
end
Expand Down

0 comments on commit 6b97791

Please sign in to comment.