This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Commit e8e5f9c
authored
Lucetc: fix macOS detection (#411)
Lucetc uses `target-lexicon` crate to detect the host OS.
On modern Macs, `target-lexicon` reports that the host is `Darwin`,
not `MacOSX`, at least I see this on my MacBook Pro running Catalina 10.15.2.
This leads to lucetc is not being able to set `LDFLAGS` correctly.
This change solves the issue by using the same LDFLAGS on both `Darwin` and `MacOSX`.1 parent 25bf287 commit e8e5f9c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
0 commit comments