From e2ca0e29566b55cd0afc6c7db08395d15a8767ca Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Wed, 6 Feb 2019 10:29:45 -0500 Subject: Fixes for OSX build (#262) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 66e9000..4da1cd6 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,9 @@ A Vulkan implementation is found by CMake in the following priority order: that contains the `include` and `lib` directories. Example: `VULKAN_SDK=$HOME/vulkan-macos-1.1.85.0/macOS` * `VK_ICD_FILENAMES` should point to the ICD JSON file. - Example: `VK_ICD_FILENAMES=$VULKAN_SDK/etc/vulkan/icd/MoltenVK_icd.json` - * `VK_LAYER_PATH` should point to the $VULKAN_SDK/etc/explicit\_layer.d - folder. + Example: `VK_ICD_FILENAMES=$VULKAN_SDK/etc/vulkan/icd.d/MoltenVK_icd.json` + * `VK_LAYER_PATH` should point to the + $VULKAN_SDK/etc/vulkan/explicit\_layer.d folder. * `LD_LIBRARY_PATH` must contain the $VULKAN_SDK/lib/ folder for the validation libraries. -- cgit v1.2.3