From 77bc70eb2bd1492328ffd6b2192803869504b480 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Tue, 15 Dec 2020 14:04:10 -0500 Subject: OSX Build/glslang premake fix (#1641) * #include an absolute path didn't work - because paths were taken to always be relative. * Improve docs. Fix premake build of glslang. * More improvements to the building.md doc. --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake5.lua') 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" -- cgit v1.2.3