diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-09-02 23:06:07 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-09-02 23:06:07 +0300 |
commit | 1c0a735e00e12140817432f5b1218f388f59b287 (patch) | |
tree | 7025dc3312b3f3458da20f2ea247cb356d0e49f7 /environment.py | |
parent | 8d45972ee3fedf5dc82be5d6801b4c61367acac9 (diff) | |
download | meson-1c0a735e00e12140817432f5b1218f388f59b287.zip meson-1c0a735e00e12140817432f5b1218f388f59b287.tar.gz meson-1c0a735e00e12140817432f5b1218f388f59b287.tar.bz2 |
Use static library dependencies not when the library is built but when it is used.
Diffstat (limited to 'environment.py')
-rw-r--r-- | environment.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.py b/environment.py index 018bb17..6a56ac9 100644 --- a/environment.py +++ b/environment.py @@ -1302,6 +1302,7 @@ class ArLinker(): def __init__(self, exelist): self.exelist = exelist + self.id = 'ar' def build_rpath_args(self, build_dir, rpath_paths, install_rpath): return [] |