Commit 3acb855
authored
Do not pass empty object list to linker (HaxeFoundation#1184)
This situation may arise in some situations with the compile cache
enabled. Some linkers (such as libtool on mac) throw an error if an
object list is empty, so it is not safe to pass it in.1 parent 7262a23 commit 3acb855
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
| 255 | + | |
255 | 256 | | |
256 | 257 | | |
257 | 258 | | |
| |||
0 commit comments