Skip to content

Commit 1548e69

Browse files
authored
docs: fix outdated pathname (#1490)
1 parent 3c69b55 commit 1548e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/doc/devguide/arch.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ set correctly
156156
all depended upon projects have been built
157157
.bull
158158
any required executables from under
159-
.us build/bin
159+
.us build/binbuild
160160
are in the path
161161
.endbull
162162
.np
@@ -230,7 +230,7 @@ If your tool cannot run under a particular OS, you should at least put
230230
a batchfile in that bin which echoes a message to that effect (to alert
231231
people to the fact that you've just made their life difficult).
232232
More general tools (yacc, re2c) that are likely to be used by several
233-
projects should be copied up into the build/bin directory.
233+
projects should be copied up into the build/binbuild directory.
234234
.*
235235
.section The Runtime DLL Libraries
236236
.*

0 commit comments

Comments
 (0)