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 9bab235 commit d542c4c
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 @@ -26,7 +26,7 @@ function matfrostmake(juliaexe, mexdir, mjlname)
mex('-v', ...
strcat('-I"', fullfile(julia_dir, 'include', 'julia'), '"'), ...
strcat('"', fullfile(julia_dir, 'lib', 'libjulia.so'), '"'), ...
strcat('LDFLAGS="-static-libstdc++ $LDFLAGS"'), ...
strcat('"', fullfile(matlabroot(), "/sys/os/glnxa64/orig/libstdc++.so.6"), '"'), ...
'-output', fullfile(mexdir, mjlname + ".mexa64"), ...
fullfile(fileparts(fileparts(fileparts(mfilename('fullpath')))), 'matfrostjuliacall', 'matfrostjuliacall.cpp'));

Expand Down

0 comments on commit d542c4c

Please sign in to comment.