Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Octave version check to Linux mex-file build script
The build script for the Octave mex-file on Linux has been updated to include a command that checks the Octave version (`octave --version`). This command is executed before the existing command that compiles the mex-file (`octave --eval "mkoctfile --mex octavelibczi.c"`).
- Loading branch information