Skip to content

Commit

Permalink
add startup to compile.m
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgirshick committed Oct 27, 2012
1 parent 901bf3f commit 66bdb17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compile.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function compile(opt, verb, mex_file)
error('This code is not supported on Windows.');
end

startup;

if nargin < 1
opt = true;
end
Expand Down

0 comments on commit 66bdb17

Please sign in to comment.