Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Feb 21, 2024
1 parent 846c113 commit f085a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $(icetoolbox_file):: $(icethunk_target) $(slice2matlab_path) $(lang_srcdir)/lib/
cp -rf $(cpp_bindir)/slice2matlab $(lang_srcdir)/toolbox/build/
# Doc files
cp -rf $(lang_srcdir)/toolbox/doc $(lang_srcdir)/toolbox/build
/opt/hostedtoolcache/MATLAB/2023.2.999/x64/bin/matlab -nodisplay -r "addFolderToPath /buildir" || true
/opt/hostedtoolcache/MATLAB/2023.2.999/x64/bin/matlab -nodisplay -r "addFolderToPath ./toolbox/build" || true
cd $(lang_srcdir)/toolbox && $(MATLAB_HOME)/bin/matlab -nodisplay -r "addFolderToPath '`realpath build`'"
cd $(lang_srcdir)/toolbox && $(MATLAB_HOME)/bin/matlab -nodisplay -r "buildToolbox '$(version)'"
cd $(lang_srcdir)/toolbox && $(MATLAB_HOME)/bin/matlab -nodisplay -r "removeFolderFromPath '`realpath build`'"
Expand Down

0 comments on commit f085a05

Please sign in to comment.