Commit ab2aff7
committed
fix(Make): eliminate discrepancy between OSX and Linux builds
Turns out that OSX `cp -R` does something subtly different from
Linux `cp -R`, and it's based on the presence of the trailing slash
in the source of the copy.
Happily, it looks like we can fix it by just getting rid of that slash.
Therefore this commit.1 parent 63efc81 commit ab2aff7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
735 | | - | |
| 735 | + | |
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
| |||
0 commit comments