From 31f4806d293eb8538e47f9ab790484be15505a61 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Fri, 31 Jul 2015 10:32:44 -0700 Subject: loader: Fix Windows layers json files for backslash as separator --- layers/windows/basic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/windows/basic.json') diff --git a/layers/windows/basic.json b/layers/windows/basic.json index 8a15d9b1..5f2a253d 100644 --- a/layers/windows/basic.json +++ b/layers/windows/basic.json @@ -3,7 +3,7 @@ "layer" : { "name": "Basic", "type": "GLOBAL", - "library_path": "./VKLayerBasic.dll", + "library_path": ".\\VKLayerBasic.dll", "abi_versions": "1.0.0", "implementation_version": "1.0.0", "description": "LunarG Sample Layer", -- cgit v1.2.3