diff options
author | fanquake <fanquake@gmail.com> | 2023-11-15 17:27:55 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-11-15 17:27:55 +0000 |
commit | 821a8a11256ccf26fe8b0255cea4ec04dddd8f18 (patch) | |
tree | ff4c233d62aca0a83c72e91849cde6415a16f268 /depends | |
parent | 0aa014d5a34ed6b020b687ec924f8a17351f5aeb (diff) |
doc: remove x86_64 build assumption from depends doc
This dates from the introduction of depends, and has not been the case
for some time now.
Diffstat (limited to 'depends')
-rw-r--r-- | depends/description.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/depends/description.md b/depends/description.md index 0a6f2e6442..2004e674a9 100644 --- a/depends/description.md +++ b/depends/description.md @@ -6,8 +6,7 @@ There are several features that make it different from most similar systems: In theory, binaries for any target OS/architecture can be created, from a builder running any OS/architecture. In practice, build-side tools must be specified when the defaults don't fit, and packages must be amended to work -on new hosts. For now, a build architecture of x86_64 is assumed, either on -Linux or macOS. +on new hosts. ### No reliance on timestamps |