mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
fix bustage for windows systems with spaces in paths to midl, a=dbaron, bug
204213
This commit is contained in:
parent
351563e9f0
commit
72af340bbb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user