Skip to content

Commit

Permalink
#8 minor fix for Windows (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadarve authored Dec 26, 2021
1 parent 91b005b commit f653711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkan/platform/windows.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def _impl(repository_ctx):
sdk_path = repository_ctx.attr.path

if sdk_path == '':
sdk_path = repository_ctx.os.environ["VULKAN_SDK", None]
sdk_path = repository_ctx.os.environ["VULKAN_SDK"]

if sdk_path == '' or sdk_path == None:
fail("Unable to find Vulkan SDK")
Expand Down

0 comments on commit f653711

Please sign in to comment.