Commit fa51ea2
authored
Put options before objects when compiling (#18656)
This change is part of tile-ai#21.
On darwin platform, when trying to compile a `.c` file as objective-c,
`-x objective-c++` needs to be prior to source files in command line
arguments. Without this PR, it's not straightforward to do so.1 parent 99c1d92 commit fa51ea2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| 351 | + | |
| 352 | + | |
351 | 353 | | |
352 | 354 | | |
353 | 355 | | |
354 | 356 | | |
355 | | - | |
356 | | - | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments