diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-07-31 10:32:44 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-31 14:15:23 -0600 |
| commit | 31f4806d293eb8538e47f9ab790484be15505a61 (patch) | |
| tree | 63d2e26584e87dbbed63b57bd74da410229cdc05 /layers/windows/basic.json | |
| parent | 40d7685e68c8564d0b56a03b511cf9b54362922e (diff) | |
| download | usermoji-31f4806d293eb8538e47f9ab790484be15505a61.tar.xz | |
loader: Fix Windows layers json files for backslash as separator
Diffstat (limited to 'layers/windows/basic.json')
| -rw-r--r-- | layers/windows/basic.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
