You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe there should be setting preferences, like most ST plugins have?
For example, for setting gfortran executable?
On my system gfortran is not on PATH. So I either have to put the folder on my PATH (which I don't want to do, as I dont want to expose all programs from mingw/bin folder just like that) or manually change lines where gfortran is referenced.
The text was updated successfully, but these errors were encountered:
As far as I know this is not possible in the build system. I've tried using ${fortran_gfortran_executable:gfortran} as the executable, but only certain variables are allowed. You can already configure the executable and path for the linter using SublimeLinter's settings.
Maybe there should be setting preferences, like most ST plugins have?
For example, for setting
gfortran
executable?On my system
gfortran
is not on PATH. So I either have to put the folder on my PATH (which I don't want to do, as I dont want to expose all programs frommingw/bin
folder just like that) or manually change lines wheregfortran
is referenced.The text was updated successfully, but these errors were encountered: