File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4040 end
4141end
4242
43- plan(" mex" ).Description = " MEX build" ;
44-
4543end
4644
4745
@@ -81,7 +79,10 @@ function publishTask(context)
8179end
8280
8381
84- function srcs = get_mex_sources()
82+ function srcs = get_mex_sources(build_all )
83+ arguments
84+ build_all (1 ,1 ) logical = false
85+ end
8586
8687pure = " src/pure.cpp" ;
8788normal = [" src/normalize_fs.cpp" , pure ];
@@ -111,7 +112,7 @@ function publishTask(context)
111112[" src/drop_slash.cpp" , normal ], ...
112113};
113114
114- if isMATLABReleaseOlderThan(" R2024b" )
115+ if isMATLABReleaseOlderThan(" R2024b" ) || build_all
115116srcs{end + 1 } = [" src/is_symlink.cpp" , win , sym ];
116117srcs{end + 1 } = [" src/create_symlink.cpp" , win , sym ];
117118srcs{end + 1 } = [" src/read_symlink.cpp" , win , sym ];
You can’t perform that action at this time.
0 commit comments