aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-10 19:29:05 +0000
committerlloyd <[email protected]>2010-06-10 19:29:05 +0000
commita276ab2474ea52e16d2605265aa58fa103da0a96 (patch)
treed53cf262969b12356249c4a3a15fa274dfc8cf5f /src/build-data
parente87b7ece7a08bddeadd8a8809eb657c54276f73d (diff)
Quote so backslash doesn't get lost
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/os/windows.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt
index a04d609b8..732cea18b 100644
--- a/src/build-data/os/windows.txt
+++ b/src/build-data/os/windows.txt
@@ -6,7 +6,7 @@ obj_suffix obj
so_suffix dll
static_suffix lib
-install_root c:\Botan
+install_root "c:\botan"
doc_dir docs
install_cmd_data "copy"