diff options
| author | Graydon Hoare <[email protected]> | 2011-03-23 14:35:28 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-23 14:35:28 -0700 |
| commit | e6969929db01fca31c66793dfea32ab46f777a48 (patch) | |
| tree | 7dbaba9f9f7b7716560fd00613388dfb6ce3e357 /configure | |
| parent | Silly typo. (diff) | |
| download | rust-e6969929db01fca31c66793dfea32ab46f777a48.tar.xz rust-e6969929db01fca31c66793dfea32ab46f777a48.zip | |
More miserable win32 configury fixes. Getting closer.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -179,6 +179,11 @@ putvar CFG_LLVM_CXXFLAGS putvar CFG_LLVM_LDFLAGS putvar CFG_LLVM_LIBS +# Munge any paths that appear in config.mk back to posix-y +perl -i.bak -p -e 's@ ([a-zA-Z]):\\@ /\1/@go;' \ + -e 's@\\@/@go;' config.mk +rm -f config.mk.bak + copy ${CFG_SRC_DIR}Makefile.in ./Makefile echo "configure: complete" |