mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Add FreeBSD to host_triple
Add FreeBSD to `host_triple` so that the correct nightly compiler will be downloaded.
This commit is contained in:
parent
44126da60e
commit
5fc1b6c351
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ def host_triple():
|
||||||
os_type = "linux-androideabi"
|
os_type = "linux-androideabi"
|
||||||
elif os_type == "windows" or os_type.startswith("mingw64_nt-") or os_type.startswith("cygwin_nt-"):
|
elif os_type == "windows" or os_type.startswith("mingw64_nt-") or os_type.startswith("cygwin_nt-"):
|
||||||
os_type = "pc-windows-gnu"
|
os_type = "pc-windows-gnu"
|
||||||
|
elif os_type == "freebsd":
|
||||||
|
os_type = "unknown-freebsd"
|
||||||
else:
|
else:
|
||||||
os_type = "unknown"
|
os_type = "unknown"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue