Commit 42e58a8
committed
gen_arduino_files.cmake: fix Mac path normalization
TOP_DIR includes a trailing slash on Mac, but not on Linux. On Mac, the
path to the variant directory is generated with a double slash, and this
makes the 'iwithprefixbefore' replacement fail. A second NORMALIZE step
fixes this.
Signed-off-by: Luca Burelli <l.burelli@arduino.cc>1 parent bdd61e6 commit 42e58a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments