diff options
author | David Robillard <d@drobilla.net> | 2020-04-05 18:21:29 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-05 18:24:55 +0200 |
commit | f0bc33348b833b26697df5ba8cd1f9bf5dd9b3c4 (patch) | |
tree | 9b0427f9a11dbeaecf61f0ecb8c5ebd7eda6bb47 /extras/genpybind.py | |
parent | 569d532e011bcad1ac308391e6d00b1b28789c10 (diff) | |
download | autowaf-f0bc33348b833b26697df5ba8cd1f9bf5dd9b3c4.tar.gz autowaf-f0bc33348b833b26697df5ba8cd1f9bf5dd9b3c4.tar.bz2 autowaf-f0bc33348b833b26697df5ba8cd1f9bf5dd9b3c4.zip |
Hack MSVC static library paths to avoid clashes
The default waf configuration uses .lib for both static libraries and the
manifest for DLLs, which is (somehow) the convention on Windows, but causes
build errors because multiple targets produce the same outputs.
Switch to using the UNIX convention ".a" (which is not unheard of on Windows,
and is the approach used by Meson) to avoid this problem.
Diffstat (limited to 'extras/genpybind.py')
0 files changed, 0 insertions, 0 deletions