Search code examples
compilationfortranmeson-build

How to set Fortran compiler path in Meson?


I know we can use the FC flag to set the preferred Fortran Compiler's name. But is there any way I can specify the path to a compiler and Meson will use that particular compiler?


Solution

  • FC flags accepts the path of compiler as well.