fix bustage for windows systems with spaces in paths to midl, a=dbaron, bug
204213
This commit is contained in:
Родитель
eb80ab88f5
Коммит
47aa53a203
|
@ -145,6 +145,7 @@ case "$target" in
|
|||
if test -z "$CPP"; then CPP=cl; fi
|
||||
if test -z "$LD"; then LD=link; fi
|
||||
if test -z "$AS"; then AS=ml; fi
|
||||
if test -z "$MIDL"; then MIDL=midl; fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче