Skip to content

Commit 99d6d9c

Browse files
committed
fixup build_mex
1 parent f93ac23 commit 99d6d9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_mex.m

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

2222
orig_path = pwd();
2323
disp('Building mex files. This may take a few minutes.');
24+
binarypath = fullfile(fileparts(mfilename('fullpath')), 'bin');
2425
cd(binarypath);
2526
for i = 1:length(files)
2627
f = files(i);

0 commit comments

Comments
 (0)