diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-10-07 10:20:36 -0700 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-11-07 17:11:22 +0530 |
commit | 792a8622017802c9394d39dcd4af354a6a2ed505 (patch) | |
tree | ebb86f1dfd5b3e8bdf7d4f7f03bfe561db96b291 /mesonbuild/compilers/c.py | |
parent | ed7f9604948b10a10ebb8ece24aa42c39b949920 (diff) | |
download | meson-792a8622017802c9394d39dcd4af354a6a2ed505.zip meson-792a8622017802c9394d39dcd4af354a6a2ed505.tar.gz meson-792a8622017802c9394d39dcd4af354a6a2ed505.tar.bz2 |
linkers: Concatenate -L and the directory
It is perfectly valid to pass the arguments separately `-L /some/dir/`,
however, meson later groups arguments by whether they start with -L or
not, which breaks passing the -L and the directory separately.
Fixes #6003
Diffstat (limited to 'mesonbuild/compilers/c.py')
0 files changed, 0 insertions, 0 deletions