We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af15a5 commit 56110efCopy full SHA for 56110ef
build_mex.m
@@ -32,4 +32,7 @@
32
disp([base, ext, ' up to date']);
33
end
34
35
+if ismac
36
+ system('install_name_tool -add_rpath "@loader_path/" lsl_loadlib_.mexmaci64')
37
+end
38
cd('..');
0 commit comments