Commit 759dade
authored
Avoid overwriting idendtical files when installing headers (emscripten-core#18524)
I noticed this suspicious flake on one of the bots and I think this
should fix it:
```
In file included from /b/s/w/ir/x/w/install/emscripten/test/sqlite/benchmark.c:11:
/b/s/w/ir/x/w/install/emscripten/cache/sysroot/include/sqlite3.h:10539:2: error: unterminated conditional directive
^
1 error generated.
```1 parent 2e2ea41 commit 759dade
2 files changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2026 | 2026 | | |
2027 | 2027 | | |
2028 | 2028 | | |
2029 | | - | |
| 2029 | + | |
2030 | 2030 | | |
2031 | 2031 | | |
2032 | 2032 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
82 | 98 | | |
83 | 99 | | |
84 | 100 | | |
| |||
110 | 126 | | |
111 | 127 | | |
112 | 128 | | |
113 | | - | |
| 129 | + | |
114 | 130 | | |
115 | 131 | | |
116 | 132 | | |
| |||
0 commit comments