diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-10-07 20:51:42 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-10-07 20:51:42 (GMT) |
commit | 53b7a6ad2d12fc5edc6a98726cabf1ea0b496505 (patch) | |
tree | 106cbd3189e5b5ae3619228de71bf9e07cb818ce /Documentation | |
parent | 601743e74b3a647891bfe87989867a43d5596705 (diff) | |
download | swift-contrib-53b7a6ad2d12fc5edc6a98726cabf1ea0b496505.zip swift-contrib-53b7a6ad2d12fc5edc6a98726cabf1ea0b496505.tar.bz2 |
Adding reconfigure instructions
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildingGenerics.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/BuildingGenerics.txt b/Documentation/BuildingGenerics.txt new file mode 100644 index 0000000..27ac55e --- /dev/null +++ b/Documentation/BuildingGenerics.txt @@ -0,0 +1,2 @@ +To cause scons to search for dependencies instead of using cached results, add force-configure=1 to the commandline: +scons force-configure=1 |