Hi
I am trying to build FAST_SFunc.mexmaca64 on macbook m1 but facing the following issue.
When i run create_FAST_SFunc.m in matlab2024a, error is displayed regarding openfastlib_mex not found.
I build Openfast with option
mkdir -p build
cd build
cmake .. -DBUILD_OPENFAST_SIMULINK_API=ON -DBUILD_SHARED_LIBS=OFF
make
Kindly guide me on how to proceed.