summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/compiler-core/slang-metal-compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler-core/slang-metal-compiler.cpp b/source/compiler-core/slang-metal-compiler.cpp
index e235db23d..f8639b763 100644
--- a/source/compiler-core/slang-metal-compiler.cpp
+++ b/source/compiler-core/slang-metal-compiler.cpp
@@ -63,7 +63,7 @@ namespace Slang
{
ComPtr<IDownstreamCompiler> innerCppCompiler;
- ExecutableLocation metalcLocation = ExecutableLocation(path, "metal");;
+ ExecutableLocation metalcLocation = ExecutableLocation(path, "metal");
String metalSDKPath = path;