Skip to content

Commit 113615f

Browse files
committed
Changes made to fix the compile issues on Maci64.
1 parent d9b4944 commit 113615f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code/helpers/hlp_trycompile.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@
609609

610610
% generate MEX options
611611
opts = mex_options(o);
612+
o.support = unique(o.support);
612613
supp = sprintf(' %s',o.support{:});
613614

614615
if isempty(compiler_selected)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
IncludeDirectories = '../';
2-
SupportFiles = {'*','../*.cpp','../blas/*.c'};
2+
SupportFiles = {'*','../*.cpp','../blas/*.c'};

0 commit comments

Comments
 (0)