summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2025-11-13 09:51:58 -0800
committerDylan Baker <dylan@pnwbakers.com>2025-11-19 10:48:48 -0800
commit1e0d6d7895ec644b20f0ca38762d996360effab5 (patch)
treed9f60cda3cce10102e224877e5d911a53599a6a8 /mesonbuild/dependencies
parent7b8685e63fec180bbb01e6e8a14cf19dcdc6440c (diff)
downloadmeson-1e0d6d7895ec644b20f0ca38762d996360effab5.tar.gz
compilers: Remove Environment parameter from Compiler.compute_int
Diffstat (limited to 'mesonbuild/dependencies')
-rw-r--r--mesonbuild/dependencies/ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/ui.py b/mesonbuild/dependencies/ui.py
index 5e5434d69..f000b58dd 100644
--- a/mesonbuild/dependencies/ui.py
+++ b/mesonbuild/dependencies/ui.py
@@ -229,7 +229,6 @@ class VulkanDependencySystem(SystemDependency):
components = [str(self.clib_compiler.compute_int(f'VK_VERSION_{c}(VK_HEADER_VERSION_COMPLETE)',
low=0, high=None, guess=e,
prefix='#include <vulkan/vulkan.h>',
- env=environment,
extra_args=self.compile_args,
dependencies=None))
# list containing vulkan version components and their expected value