Commit 18f1de4
committed
Modified getIncludeParams to return "" when paths is empty
If no include paths are specified in the configuration, getIncludeParams would return "-I" which would be included in the list of gfortran arguments. This appeared directly before the file path which caused gfortran to complain that no input files were specified. This change allows the include path specification to be removed if there are no include paths specified.1 parent 6a74dea commit 18f1de4
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
0 commit comments