Commit 8ac9a4c
committed
Critical fix:
The offline option had a bug and was fixed in mxdev [#34](mxstack/mxdev#34) and released with mxdev>=5.
This fix switches from `-o` to the correct `-f` (no fetch from vcs).
To update your makefile use `mxmake update` in the folder with your `Makefile`.SOURCES_TARGET used mxdev wrongly with -o (offline) option.1 parent 5eed546 commit 8ac9a4c
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments