Skip to content

Commit 5e261e3

Browse files
authored
add way to disable SHARUN_ALLOW_SYS_VKICD
1 parent d43d5bf commit 5e261e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

useful-tools/hooks/vulkan-check.src.hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# On aarch64 device drivers are all over the place and often they ship with
66
# modifications not upstreamed to mesa, so we need to allow the host vulkan
77
if [ "$APPIMAGE_ARCH" = 'aarch64' ]; then
8-
export SHARUN_ALLOW_SYS_VKICD=1
8+
export SHARUN_ALLOW_SYS_VKICD=${SHARUN_ALLOW_SYS_VKICD:-1}
99
fi
1010

1111
_err_msg(){

0 commit comments

Comments
 (0)