Skip to content

Commit 52e42d0

Browse files
committed
Merge pull request #9 from nedaeh/devel
Changes made to fix the compile issues on Maci64.
2 parents d9b4944 + 153efce commit 52e42d0

File tree

232 files changed

+11
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+11
-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)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
any(cellfun(@exist,{'bsb_close', 'bsb_open', 'bsb_read'})==3)
Binary file not shown.

0 commit comments

Comments
 (0)