File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ configuration/compilation options, and some other things (see
3737 script in this directory. This is sometimes required when LibC changes, for
3838 example. Pass ` clean ` as first argument to remove old build files beforehand.
3939
40- Installed ports are being tracked in ` Build/x86_64 /Root/usr/Ports/installed.db ` (a simple text file).
40+ Installed ports are being tracked in ` Build/<architecture> /Root/usr/Ports/installed.db ` (a simple text file).
4141You can delete this file at any time, in fact it must be edited or removed
4242when clearing the build directory as port dependencies may not be installed
4343again otherwise.
@@ -154,7 +154,7 @@ The following variables have special functionality:
154154Options passed to the port's [ ` configscript ` ] ( #configscript ) in the default
155155` configure ` function.
156156
157- ` --host=x86_64 -serenity ` is always passed, override the ` configure ` function
157+ ` --host=${SERENITY_ARCH} -serenity ` is always passed, override the ` configure ` function
158158if that's undesirable.
159159
160160#### ` use_fresh_config_sub `
You can’t perform that action at this time.
0 commit comments