aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-01-20 22:16:25 -0600
committerEli Schwartz <eschwartz93@gmail.com>2022-05-03 23:03:56 -0400
commit8b3a54e5085933b78a8509103a76bed7ca8cdde4 (patch)
tree0ef1dd87707a8d96f6d3e929cd9d2eb9bb76def1 /mesonbuild/interpreter
parent6c0370f62ff5349b5f7b88371922e07dac07b5ab (diff)
downloadmeson-8b3a54e5085933b78a8509103a76bed7ca8cdde4.zip
meson-8b3a54e5085933b78a8509103a76bed7ca8cdde4.tar.gz
meson-8b3a54e5085933b78a8509103a76bed7ca8cdde4.tar.bz2
dependencies: cleanup kwargs.get('static') usage
In a couple of spots, kwargs.get('static', False) was being unneccesarily used. In these spots, we can just use self.static instead which is already inherited from the ExternalDependency. In additional, the python system dependency oddly has a kwargs.get('static', False) line which overrides the self.static in that dependency for no real reason. Delete this line too.
Diffstat (limited to 'mesonbuild/interpreter')
0 files changed, 0 insertions, 0 deletions