On Thu, Jul 23, 2015 at 9:00 AM, Steve Lhomme <[email protected]> wrote:
> On Thu, Jul 23, 2015 at 8:57 AM, Hendrik Leppkes <[email protected]> wrote:
>> On Thu, Jul 23, 2015 at 8:29 AM, Steve Lhomme <[email protected]> wrote:
>>> --
>>> favor link over link.exe in case some wrapper script already exists
>>> fallback to "link" in the path if the one next to cl.exe is not found
>>> ---
>>>  configure       | 2 +-
>>>  tools/mslink.sh | 9 +++++++++
>>>  2 files changed, 10 insertions(+), 1 deletion(-)
>>>  create mode 100644 tools/mslink.sh
>>>
>>> diff --git a/configure b/configure
>>> index 16bf852..a1901af 100755
>>> --- a/configure
>>> +++ b/configure
>>> @@ -2633,7 +2633,7 @@ case "$toolchain" in
>>>          else
>>>              cc_default="c99wrap cl"
>>>          fi
>>> -        ld_default="link"
>>> +        ld_default="$source_path/tools/mslink.sh"
>>
>> This will fail if $source_path contains spaces (which works perfectly
>> fine today)
>
> What should it be then ?
>  "\"$sourcepath\"/tools/mslink.sh" ?
>

Its the same problem as putting the full path to link.exe in this
variable - anything with spaces will never work. Sorry. :(
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to