Skip to content
Snippets Groups Projects
Verified Commit b9eee16d authored by Houtan Bastani's avatar Houtan Bastani
Browse files

change osx directory to macOS

parent e88a94c7
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ dseries_src_root = strrep(which('initialize_dseries_class'),'initialize_dseries_
dseries_x13_root = sprintf('%s%s%s%s%s%s%s', dseries_src_root, '..', filesep(), 'externals', filesep(), 'x13', filesep());
if ismac()
x13_binary = sprintf('%s%s%s', dseries_x13_root, 'osx', filesep());
x13_binary = sprintf('%s%s%s', dseries_x13_root, 'macOS', filesep());
if is64bit()
x13_binary = sprintf('%s%s%s%s', x13_binary, '64', filesep(), 'x13as');
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment