diff options
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua index 13fee9e22..a7f213b95 100644 --- a/premake5.lua +++ b/premake5.lua @@ -757,11 +757,11 @@ end links { "compiler-core", "core" } - tool "test-proxy" + tool "test-process" uuid "BE412850-4BB9-429A-877C-BFBC4B34186C" includedirs { "." } - links { "compiler-core", "core", "slang" } + links { "compiler-core", "core" } tool "test-server" uuid "23149706-C12F-4329-B6AA-8266407C32D3" |
