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
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 <[email protected]>
0 commit comments