Skip to content

Commit

Permalink
Making changes architecture independent
Browse files Browse the repository at this point in the history
  • Loading branch information
akaviaLab committed Jun 14, 2018
1 parent 8badbb1 commit a473ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initCobraToolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ function checkGit()
end

origLD = getenv('LD_LIBRARY_PATH');
newLD = regexprep(getenv('LD_LIBRARY_PATH'), [matlabroot '/bin/glnxa64:'], '');
newLD = regexprep(getenv('LD_LIBRARY_PATH'), [matlabroot '/bin/' computer('arch') ':'], '');

% check if curl is properly installed
[status_curl, result_curl] = system('curl --version');
Expand Down

0 comments on commit a473ce8

Please sign in to comment.