Skip to content

Commit a9ee4b2

Browse files
committed
Add documentatin on reconfiguration passes
1 parent 0254bc2 commit a9ee4b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Docs/GettingStarted.md

+8
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,11 @@ LD_LIBRARY_PATH=../build/Ninja-ReleaseAssert/foundation-linux-x86_64/Foundation/
7474
```
7575

7676
Just copy & paste the correct line.
77+
78+
When new source files or flags are added to the `build.py` script, the project will need to be reconfigured in order for the build system to pick them up. The top-level `swift/utils/build-script` can be used, but for quicker iteration you can use the following command to limit the reconfiguration to just the Foundation project:
79+
80+
```
81+
% ninja reconfigure
82+
% ninja
83+
```
84+

0 commit comments

Comments
 (0)