Change-Id: I374cc14ffe3dd09d313411a70ca7e10a18e78313
#!/usr/bin/perl
-# Copyright (c) 2024 Samsung Electronics Co., Ltd.
+# Copyright (c) 2025 Samsung Electronics Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
{
# Setup vulkan environment if necessary
my $vulkan_env="";
- if(defined($opt_vulkan))
+ my $potential_setenv_path="${root_path}/vulkan/${opt_vk_version}/setup-env.sh";
+ if(defined($opt_vulkan) || -e $potential_setenv_path)
{
$vulkan_env=<<"EOF";
export VULKAN_VERSION=${opt_vk_version}