diff options
author | lloyd <[email protected]> | 2009-11-20 02:29:53 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-20 02:29:53 +0000 |
commit | 2ff00f80e9498c22e1e75734ce6d2493c05d688f (patch) | |
tree | 279a8f6368ac4a31ae412c0487aeef142f6de764 /src/build-data | |
parent | 396a1c77b3a3548aae80ceebfb4932a67104210b (diff) |
Fix windows install_root
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/os/windows.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index 6951937e5..e72931c98 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -4,7 +4,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" |