diff options
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index 588caaf79..136b7741e 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1224,7 +1224,7 @@ standardProject("slang-spirv-tools", nil) -- The following is a tailored build of glslang that pulls in the pieces we care -- about whle trying to leave out the rest: -- -standardProject("slang-glslang", nil) +standardProject("slang-glslang", "source/slang-glslang") uuid "C495878A-832C-485B-B347-0998A90CC936" kind "SharedLib" pic "On" |
